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:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user