summaryrefslogtreecommitdiff
path: root/tests/admin_views/templates/admin
diff options
context:
space:
mode:
authorkoffi <gil.tossou@gmail.com>2025-04-04 13:53:30 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-04-04 17:41:13 +0200
commit019acad112da3d00bb81b3022fd25ccd8457e5d9 (patch)
tree0959a845274f1f5561fb8cea658827135e345165 /tests/admin_views/templates/admin
parentf7f38f3a0b44d8c6d14344dae66b6ce52cd77b55 (diff)
Fixed #36255 -- Renamed the admin action button for improved accessibility.
Diffstat (limited to 'tests/admin_views/templates/admin')
-rw-r--r--tests/admin_views/templates/admin/admin_views/article/actions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_views/templates/admin/admin_views/article/actions.html b/tests/admin_views/templates/admin/admin_views/article/actions.html
index d66ad304a2..3d7082d70a 100644
--- a/tests/admin_views/templates/admin/admin_views/article/actions.html
+++ b/tests/admin_views/templates/admin/admin_views/article/actions.html
@@ -2,5 +2,5 @@
{% load i18n %}
{% block actions-submit %}
-<button type="submit" class="button override-actions" title="{% translate "Run the selected action" %}" name="index" value="{{ action_index|default:0 }}">{% translate "Go" %}</button>
+<button type="submit" class="button override-actions" name="index" value="{{ action_index|default:0 }}">{% translate "Run" %}</button>
{% endblock %}