mirror of
https://github.com/Radarr/Radarr
synced 2026-02-26 08:35:31 +01:00
Fix translations for queue actions and security setting
This commit is contained in:
parent
63d05a6e78
commit
1350ccb236
2 changed files with 3 additions and 2 deletions
|
|
@ -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 a new issue