diff --git a/src/components/BlacklistedTagsSelector/index.tsx b/src/components/BlacklistedTagsSelector/index.tsx index 47bb9f1c..c51c381d 100644 --- a/src/components/BlacklistedTagsSelector/index.tsx +++ b/src/components/BlacklistedTagsSelector/index.tsx @@ -28,7 +28,7 @@ import useClipboard from 'react-use-clipboard'; const messages = defineMessages('components.Settings', { copyBlacklistedTags: 'Copied blacklisted tags to clipboard.', copyBlacklistedTagsTip: 'Copy blacklisted tags configuration', - importBlacklistedTagsTip: 'Import blacklisted tags configuration', + importBlacklistedTagsTip: 'Import blacklisted tag configuration', clearBlacklistedTagsConfirm: 'Are you sure you want to clear the blacklisted tags?', yes: 'Yes', @@ -36,7 +36,7 @@ const messages = defineMessages('components.Settings', { searchKeywords: 'Search keywords…', starttyping: 'Starting typing to search.', nooptions: 'No results.', - blacklistedTagImportTitle: 'Import Blacklist Tag Configuration', + blacklistedTagImportTitle: 'Import Blacklisted Tag Configuration', blacklistedTagImportInstructions: 'Paste blacklist tag configuration below.', valueRequired: 'You must provide a value.', noSpecialCharacters: diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json index 860e7b09..9723d396 100644 --- a/src/i18n/locale/en.json +++ b/src/i18n/locale/en.json @@ -1054,7 +1054,7 @@ "components.Settings.advancedTooltip": "Incorrectly configuring this setting may result in broken functionality", "components.Settings.apiKey": "API key", "components.Settings.blacklistedTagImportInstructions": "Paste blacklist tag configuration below.", - "components.Settings.blacklistedTagImportTitle": "Import Blacklist Tag Configuration", + "components.Settings.blacklistedTagImportTitle": "Import Blacklisted Tag Configuration", "components.Settings.cancelscan": "Cancel Scan", "components.Settings.clearBlacklistedTagsConfirm": "Are you sure you want to clear the blacklisted tags?", "components.Settings.copied": "Copied API key to clipboard.", @@ -1070,7 +1070,7 @@ "components.Settings.experimentalTooltip": "Enabling this setting may result in unexpected application behavior", "components.Settings.externalUrl": "External URL", "components.Settings.hostname": "Hostname or IP Address", - "components.Settings.importBlacklistedTagsTip": "Import blacklisted tags configuration", + "components.Settings.importBlacklistedTagsTip": "Import blacklisted tag configuration", "components.Settings.invalidKeyword": "{keywordId} is not a TMDB keyword.", "components.Settings.invalidurlerror": "Unable to connect to {mediaServerName} server.", "components.Settings.is4k": "4K",