diff options
| author | Skyiesac <jainsachi1202@gmail.com> | 2025-11-20 22:43:21 +0530 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-11-21 17:15:39 -0500 |
| commit | e3038897992d1c47f70ffb84ec1109b8d6a68bb9 (patch) | |
| tree | 6acf95f2dffce3a3f41e378e0ebcfd79cbd7b7cd /js_tests | |
| parent | 11f9fae0b79651291e89446c367d0d1223abbd20 (diff) | |
Fixed #36256 -- Removed unnecessary titles from admin UI elements.
Thanks Eliana Rosselli and the Accessibility Team for the recommendation.
Diffstat (limited to 'js_tests')
| -rw-r--r-- | js_tests/tests.html | 3 |
1 files changed, 1 insertions, 2 deletions
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> |
