mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-27 23:06:29 -04:00
Fixed: Improve translation loading
This commit is contained in:
@@ -114,10 +114,14 @@ export const defaultState = {
|
||||
},
|
||||
{
|
||||
name: 'customFormatScore',
|
||||
columnLabel: translate('CustomFormatScore'),
|
||||
get columnLabel() {
|
||||
return translate('CustomFormatScore');
|
||||
},
|
||||
label: React.createElement(Icon, {
|
||||
name: icons.SCORE,
|
||||
title: translate('CustomFormatScore')
|
||||
get title() {
|
||||
return translate('CustomFormatScore');
|
||||
}
|
||||
}),
|
||||
isVisible: false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user