1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Fix custom format translations

This commit is contained in:
Bogdan
2023-07-25 07:59:41 +03:00
parent 90a1e1dbb3
commit ffde07e4d6
3 changed files with 3 additions and 6 deletions
@@ -110,9 +110,7 @@ const columns = [
name: 'customFormatScore',
label: React.createElement(Icon, {
name: icons.SCORE,
get title() {
return translate('CustomFormatScore');
}
title: () => translate('CustomFormatScore')
}),
isSortable: true,
isVisible: true