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

View File

@ -92,10 +92,10 @@ export const defaultState = {
}, },
{ {
name: 'customFormatScore', name: 'customFormatScore',
columnLabel: translate( 'CustomFormatScore'), columnLabel: () => translate( 'CustomFormatScore'),
label: React.createElement(Icon, { label: React.createElement(Icon, {
name: icons.SCORE, name: icons.SCORE,
title: translate( 'CustomFormatScore') title: () => translate( 'CustomFormatScore')
}), }),
isVisible: false isVisible: false
}, },

View File

@ -280,6 +280,7 @@
"Details": "Details", "Details": "Details",
"DigitalRelease": "Digital Release", "DigitalRelease": "Digital Release",
"Disabled": "Disabled", "Disabled": "Disabled",
"DisabledForLocalAddresses": "Disabled for Local Addresses",
"Discord": "Discord", "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}", "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", "Discover": "Discover",