mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-27 23:06:29 -04:00
Fixed: Translations for columns
This commit is contained in:
@@ -119,9 +119,8 @@ export const defaultState = {
|
||||
},
|
||||
label: React.createElement(Icon, {
|
||||
name: icons.SCORE,
|
||||
get title() {
|
||||
return translate('CustomFormatScore');
|
||||
}
|
||||
title: () => translate('CustomFormatScore')
|
||||
|
||||
}),
|
||||
isVisible: false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user