From 1350ccb23644aabf5d7b1adc08c4d10d534edcc7 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sat, 19 Aug 2023 23:38:04 +0300 Subject: [PATCH] Fix translations for queue actions and security setting --- frontend/src/Store/Actions/queueActions.js | 4 ++-- src/NzbDrone.Core/Localization/Core/en.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/Store/Actions/queueActions.js b/frontend/src/Store/Actions/queueActions.js index d47c3c7a2..6b4ab04b7 100644 --- a/frontend/src/Store/Actions/queueActions.js +++ b/frontend/src/Store/Actions/queueActions.js @@ -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 }, diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 681c0aca7..aef1af7bf 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -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",