diff --git a/src/components/Settings/RadarrModal/index.tsx b/src/components/Settings/RadarrModal/index.tsx index a582607e..992d9f3e 100644 --- a/src/components/Settings/RadarrModal/index.tsx +++ b/src/components/Settings/RadarrModal/index.tsx @@ -9,7 +9,7 @@ import { useToasts } from 'react-toast-notifications'; import { defineMessages, useIntl } from 'react-intl'; const messages = defineMessages({ - createradarr: 'Create New Radarr Server', + createradarr: 'Add New Radarr Server', editradarr: 'Edit Radarr Server', validationNameRequired: 'You must provide a server name', validationHostnameRequired: 'You must provide a hostname/IP', diff --git a/src/components/Settings/SettingsAbout/Releases/index.tsx b/src/components/Settings/SettingsAbout/Releases/index.tsx index 8219209f..f234c301 100644 --- a/src/components/Settings/SettingsAbout/Releases/index.tsx +++ b/src/components/Settings/SettingsAbout/Releases/index.tsx @@ -15,7 +15,7 @@ const messages = defineMessages({ releasedataMissing: 'Release data unavailable. Is GitHub down?', versionChangelog: 'Version Changelog', viewongithub: 'View on GitHub', - latestversion: 'Latest Version', + latestversion: 'Latest', currentversion: 'Current Version', viewchangelog: 'View Changelog', runningDevelop: 'You are running a develop version of Overseerr!', diff --git a/src/components/Settings/SettingsAbout/index.tsx b/src/components/Settings/SettingsAbout/index.tsx index 29ce9220..f3525de9 100644 --- a/src/components/Settings/SettingsAbout/index.tsx +++ b/src/components/Settings/SettingsAbout/index.tsx @@ -20,7 +20,7 @@ const messages = defineMessages({ supportoverseerr: 'Support Overseerr', helppaycoffee: 'Help Pay for Coffee', documentation: 'Documentation', - preferredmethod: 'Preferred Method', + preferredmethod: 'Preferred', }); const SettingsAbout: React.FC = () => { diff --git a/src/components/Settings/SettingsNotifications.tsx b/src/components/Settings/SettingsNotifications.tsx index 47d4a47a..813a166c 100644 --- a/src/components/Settings/SettingsNotifications.tsx +++ b/src/components/Settings/SettingsNotifications.tsx @@ -27,7 +27,7 @@ const messages = defineMessages({ notificationsettingssaved: 'Notification settings saved!', notificationsettingsfailed: 'Notification settings failed to save.', enablenotifications: 'Enable Notifications', - autoapprovedrequests: 'Enable Notifications for Auto-Approved Requests', + autoapprovedrequests: 'Enable Notifications for Automatic Approvals', }); interface SettingsRoute { diff --git a/src/components/Settings/SonarrModal/index.tsx b/src/components/Settings/SonarrModal/index.tsx index 0f418904..198de910 100644 --- a/src/components/Settings/SonarrModal/index.tsx +++ b/src/components/Settings/SonarrModal/index.tsx @@ -9,7 +9,7 @@ import { useToasts } from 'react-toast-notifications'; import { useIntl, defineMessages } from 'react-intl'; const messages = defineMessages({ - createsonarr: 'Create New Sonarr Server', + createsonarr: 'Add New Sonarr Server', editsonarr: 'Edit Sonarr Server', validationNameRequired: 'You must provide a server name', validationHostnameRequired: 'You must provide a hostname/IP', diff --git a/src/components/UserList/index.tsx b/src/components/UserList/index.tsx index 6bd3da6a..4ef0cadb 100644 --- a/src/components/UserList/index.tsx +++ b/src/components/UserList/index.tsx @@ -47,7 +47,7 @@ const messages = defineMessages({ localuser: 'Local User', createlocaluser: 'Create Local User', createuser: 'Create User', - creating: 'Creating', + creating: 'Creating…', create: 'Create', validationemailrequired: 'Must enter a valid email address', validationpasswordminchars: diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json index c0774170..da72c59a 100644 --- a/src/i18n/locale/en.json +++ b/src/i18n/locale/en.json @@ -326,7 +326,7 @@ "components.Settings.RadarrModal.validationProfileRequired": "You must select a quality profile", "components.Settings.RadarrModal.validationRootFolderRequired": "You must select a root folder", "components.Settings.SettingsAbout.Releases.currentversion": "Current Version", - "components.Settings.SettingsAbout.Releases.latestversion": "Latest Version", + "components.Settings.SettingsAbout.Releases.latestversion": "Latest", "components.Settings.SettingsAbout.Releases.releasedataMissing": "Release data unavailable. Is GitHub down?", "components.Settings.SettingsAbout.Releases.releases": "Releases", "components.Settings.SettingsAbout.Releases.runningDevelop": "You are running a develop version of Overseerr!", @@ -340,7 +340,7 @@ "components.Settings.SettingsAbout.githubdiscussions": "GitHub Discussions", "components.Settings.SettingsAbout.helppaycoffee": "Help Pay for Coffee", "components.Settings.SettingsAbout.overseerrinformation": "Overseerr Information", - "components.Settings.SettingsAbout.preferredmethod": "Preferred Method", + "components.Settings.SettingsAbout.preferredmethod": "Preferred", "components.Settings.SettingsAbout.supportoverseerr": "Support Overseerr", "components.Settings.SettingsAbout.timezone": "Timezone", "components.Settings.SettingsAbout.totalmedia": "Total Media", @@ -414,7 +414,7 @@ "components.Settings.addsonarr": "Add Sonarr Server", "components.Settings.apikey": "API Key", "components.Settings.applicationurl": "Application URL", - "components.Settings.autoapprovedrequests": "Enable Notifications for Auto-Approved Requests", + "components.Settings.autoapprovedrequests": "Enable Notifications for Automatic Approvals", "components.Settings.cancelscan": "Cancel Scan", "components.Settings.copied": "Copied API key to clipboard.", "components.Settings.csrfProtection": "Enable CSRF Protection",