summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/contrib/admin/templates/admin/actions.html2
-rw-r--r--django/contrib/admin/templates/admin/app_list.html2
-rw-r--r--js_tests/tests.html3
3 files changed, 3 insertions, 4 deletions
diff --git a/django/contrib/admin/templates/admin/actions.html b/django/contrib/admin/templates/admin/actions.html
index f0419d9837..db7345dc60 100644
--- a/django/contrib/admin/templates/admin/actions.html
+++ b/django/contrib/admin/templates/admin/actions.html
@@ -13,7 +13,7 @@
{% if cl.result_count != cl.result_list|length %}
<span class="all hidden">{{ selection_note_all }}</span>
<span class="question hidden">
- <a role="button" href="#" title="{% translate "Click here to select the objects across all pages" %}">{% blocktranslate with cl.result_count as total_count %}Select all {{ total_count }} {{ module_name }}{% endblocktranslate %}</a>
+ <a role="button" href="#">{% blocktranslate with cl.result_count as total_count %}Select all {{ total_count }} {{ module_name }}{% endblocktranslate %}</a>
</span>
<span class="clear hidden"><a role="button" href="#">{% translate "Clear selection" %}</a></span>
{% endif %}
diff --git a/django/contrib/admin/templates/admin/app_list.html b/django/contrib/admin/templates/admin/app_list.html
index 60d874b2b6..28148c456e 100644
--- a/django/contrib/admin/templates/admin/app_list.html
+++ b/django/contrib/admin/templates/admin/app_list.html
@@ -5,7 +5,7 @@
<div class="app-{{ app.app_label }} module{% if app.app_url in request.path|urlencode %} current-app{% endif %}">
<table>
<caption>
- <a href="{{ app.app_url }}" class="section" title="{% blocktranslate with name=app.name %}Models in the {{ name }} application{% endblocktranslate %}">{{ app.name }}</a>
+ <a href="{{ app.app_url }}" class="section">{{ app.name }}</a>
</caption>
<thead class="visually-hidden">
<tr>
diff --git a/js_tests/tests.html b/js_tests/tests.html
index 87e347cc0c..b3b53925f4 100644
--- a/js_tests/tests.html
+++ b/js_tests/tests.html
@@ -91,8 +91,7 @@
<div class="app-auth module current-app">
<table>
<caption>
- <a href="/admin/auth/" class="section"
- title="Models in the Authentication and Authorization application">
+ <a href="/admin/auth/" class="section">
Authentication and Authorization
</a>
</caption>