Translate aria label

This commit is contained in:
Jeremy Stretch 2024-07-31 20:15:49 -04:00
parent 9aed5c5a04
commit d029e99acb

View File

@ -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',