mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-24 22:36:19 -04:00
Simplify column translations
This commit is contained in:
@@ -94,16 +94,12 @@ const columns = [
|
||||
},
|
||||
{
|
||||
name: 'message',
|
||||
get label() {
|
||||
return translate('Message');
|
||||
},
|
||||
label: () => translate('Message'),
|
||||
isVisible: true
|
||||
},
|
||||
{
|
||||
name: 'actions',
|
||||
get label() {
|
||||
return translate('Actions');
|
||||
},
|
||||
label: () => translate('Actions'),
|
||||
isVisible: true
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user