mirror of https://github.com/Radarr/Radarr
Fix translations for queue actions and security setting
This commit is contained in:
parent
63d05a6e78
commit
1350ccb236
|
@ -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
|
||||
},
|
||||
|
|
|
@ -280,6 +280,7 @@
|
|||
"Details": "Details",
|
||||
"DigitalRelease": "Digital Release",
|
||||
"Disabled": "Disabled",
|
||||
"DisabledForLocalAddresses": "Disabled for Local Addresses",
|
||||
"Discord": "Discord",
|
||||
"DiscordUrlInSlackNotification": "You have a Discord notification setup as a Slack notification. Set this up as a Discord notification for better functionality. The effected notifications are: {0}",
|
||||
"Discover": "Discover",
|
||||
|
|
Loading…
Reference in New Issue