1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-26 22:56:23 -04:00

Fixed: Translations for columns

This commit is contained in:
Mark McDowall
2023-07-19 17:52:19 -07:00
parent 622f820da9
commit 6d53d2a153
3 changed files with 15 additions and 9 deletions
+2 -3
View File
@@ -119,9 +119,8 @@ export const defaultState = {
},
label: React.createElement(Icon, {
name: icons.SCORE,
get title() {
return translate('CustomFormatScore');
}
title: () => translate('CustomFormatScore')
}),
isVisible: false
},