Fix translations for queue actions and security setting

pull/9058/head
Bogdan 10 months ago
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…
Cancel
Save