1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Fix translations for queue actions and security setting

This commit is contained in:
Bogdan
2023-08-19 23:38:04 +03:00
parent 63d05a6e78
commit 1350ccb236
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -92,10 +92,10 @@ export const defaultState = {
},
{
name: 'customFormatScore',
columnLabel: translate( 'CustomFormatScore'),
columnLabel: () => translate( 'CustomFormatScore'),
label: React.createElement(Icon, {
name: icons.SCORE,
title: translate( 'CustomFormatScore')
title: () => translate( 'CustomFormatScore')
}),
isVisible: false
},