From 822ca690da5e9a8b31f86cfbfc9f15c98b738e99 Mon Sep 17 00:00:00 2001 From: JoaquinOlivero Date: Mon, 19 Aug 2024 17:16:05 +0000 Subject: [PATCH] style: grammar --- src/components/Settings/SettingsJobsCache/index.tsx | 4 ++-- src/i18n/locale/en.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/Settings/SettingsJobsCache/index.tsx b/src/components/Settings/SettingsJobsCache/index.tsx index 592830377..975de36c7 100644 --- a/src/components/Settings/SettingsJobsCache/index.tsx +++ b/src/components/Settings/SettingsJobsCache/index.tsx @@ -82,7 +82,7 @@ const messages: { [messageName: string]: MessageDescriptor } = defineMessages( 'When enabled in settings, Jellyseerr will proxy and cache images from pre-configured external sources. Cached images are saved into your config folder. You can find the files in {appDataPath}/cache/images.', imagecachecount: 'Images Cached', imagecachesize: 'Total Cache Size', - useravatars: 'User Avatars', + usersavatars: "Users' Avatars", } ); @@ -576,7 +576,7 @@ const SettingsJobs = () => { - {intl.formatMessage(messages.useravatars)} (avatar) + {intl.formatMessage(messages.usersavatars)} (avatar) {intl.formatNumber( diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json index ea6d1c7d6..689e2315c 100644 --- a/src/i18n/locale/en.json +++ b/src/i18n/locale/en.json @@ -849,7 +849,7 @@ "components.Settings.SettingsJobsCache.runnow": "Run Now", "components.Settings.SettingsJobsCache.sonarr-scan": "Sonarr Scan", "components.Settings.SettingsJobsCache.unknownJob": "Unknown Job", - "components.Settings.SettingsJobsCache.useravatars": "User Avatars", + "components.Settings.SettingsJobsCache.usersavatars": "Users' Avatars", "components.Settings.SettingsLogs.copiedLogMessage": "Copied log message to clipboard.", "components.Settings.SettingsLogs.copyToClipboard": "Copy to Clipboard", "components.Settings.SettingsLogs.extraData": "Additional Data", @@ -969,6 +969,7 @@ "components.Settings.address": "Address", "components.Settings.addsonarr": "Add Sonarr Server", "components.Settings.advancedTooltip": "Incorrectly configuring this setting may result in broken functionality", + "components.Settings.apiKey": "API key", "components.Settings.cancelscan": "Cancel Scan", "components.Settings.copied": "Copied API key to clipboard.", "components.Settings.currentlibrary": "Current Library: {name}",