diff options
| author | Durval Carvalho <durvalcsouza@outlook.com> | 2023-01-31 15:05:03 -0300 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-02-16 08:29:40 +0100 |
| commit | 85366fbca723c9b37d0ac9db1d44e3f1cb188db2 (patch) | |
| tree | 4c639dbd7d431b14d9dea655eb184f1cbd027f73 /js_tests | |
| parent | 6bdc3c58b65eb32fd63cd41849f00a17a36b4473 (diff) | |
Fixed #34045 -- Improved accessibility of selecting items in admin changelist.
This adds "aria-label".
Diffstat (limited to 'js_tests')
| -rw-r--r-- | js_tests/tests.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js_tests/tests.html b/js_tests/tests.html index c3c1055c9a..adeac66125 100644 --- a/js_tests/tests.html +++ b/js_tests/tests.html @@ -17,7 +17,7 @@ <table id="result_list"> <tr> <th> - <input type="checkbox" id="action-toggle"> + <input type="checkbox" id="action-toggle" aria-label="Select all objects on this page for an action"> </th> </tr> <tr> |
