mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 00:28: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'] = {
|
||||
'th': {
|
||||
'class': 'w-1',
|
||||
'aria-label': 'Select all',
|
||||
'aria-label': _('Select all'),
|
||||
},
|
||||
'td': {
|
||||
'class': 'w-1',
|
||||
|
Loading…
Reference in New Issue
Block a user