mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 08:38:16 -06:00
Translate aria label
This commit is contained in:
parent
9aed5c5a04
commit
d029e99acb
@ -173,7 +173,7 @@ class ToggleColumn(tables.CheckBoxColumn):
|
|||||||
kwargs['attrs'] = {
|
kwargs['attrs'] = {
|
||||||
'th': {
|
'th': {
|
||||||
'class': 'w-1',
|
'class': 'w-1',
|
||||||
'aria-label': 'Select all',
|
'aria-label': _('Select all'),
|
||||||
},
|
},
|
||||||
'td': {
|
'td': {
|
||||||
'class': 'w-1',
|
'class': 'w-1',
|
||||||
|
Loading…
Reference in New Issue
Block a user