From c0769d4f8f2bad88e4638d8c3cbcc0414b3ef6fb Mon Sep 17 00:00:00 2001
From: TheCatLady <52870424+TheCatLady@users.noreply.github.com>
Date: Wed, 3 Feb 2021 11:13:32 -0500
Subject: [PATCH] fix(lang): Add missing source strings & remove local user
sign-in setting tip (#828)
---
src/components/Settings/SettingsMain.tsx | 5 -----
src/components/Settings/SettingsPlex.tsx | 1 -
src/i18n/locale/en.json | 7 ++++---
3 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/src/components/Settings/SettingsMain.tsx b/src/components/Settings/SettingsMain.tsx
index 59d27ef05..6975a18c7 100644
--- a/src/components/Settings/SettingsMain.tsx
+++ b/src/components/Settings/SettingsMain.tsx
@@ -38,8 +38,6 @@ const messages = defineMessages({
trustProxyTip:
'Allows Overseerr to correctly register client IP addresses behind a proxy (Overseerr must be reloaded for changes to take effect)',
localLogin: 'Enable Local User Sign-In',
- localLoginTip:
- 'Disabling this option only prevents new sign-ins (no user data is deleted)',
validationApplicationTitle: 'You must provide an application title',
});
@@ -271,9 +269,6 @@ const SettingsMain: React.FC = () => {
plex.tv. Press the button to the right of the dropdown to check connectivity and retrieve available servers.",
+ "components.Settings.settings": "Settings",
"components.Settings.sonarrSettingsDescription": "Configure your Sonarr connection below. You can have multiple Sonarr configurations, but only two can be active as defaults at any time (one for standard HD and one for 4K). Administrators can override the server which is used for new requests.",
"components.Settings.sonarrsettings": "Sonarr Settings",
"components.Settings.ssl": "SSL",
@@ -498,6 +497,7 @@
"components.Settings.toastSettingsSuccess": "Settings saved.",
"components.Settings.trustProxy": "Enable Proxy Support",
"components.Settings.trustProxyTip": "Allows Overseerr to correctly register client IP addresses behind a proxy (Overseerr must be reloaded for changes to take effect)",
+ "components.Settings.validationApplicationTitle": "You must provide an application title",
"components.Settings.validationHostnameRequired": "You must provide a hostname/IP",
"components.Settings.validationPortRequired": "You must provide a port",
"components.Setup.configureplex": "Configure Plex",
@@ -506,6 +506,7 @@
"components.Setup.finish": "Finish Setup",
"components.Setup.finishing": "Finishing…",
"components.Setup.loginwithplex": "Log in with Plex",
+ "components.Setup.setup": "Setup",
"components.Setup.signinMessage": "Get started by logging in with your Plex account",
"components.Setup.syncingbackground": "Syncing will run in the background. You can continue the setup process in the meantime.",
"components.Setup.tip": "Tip",