From 2ef57e9b1a5b4d0a1499921f4e26b0b0712d7ded Mon Sep 17 00:00:00 2001 From: TheCatLady <52870424+TheCatLady@users.noreply.github.com> Date: Sun, 16 May 2021 20:02:55 -0400 Subject: [PATCH] fix(ui): add clarification to user settings (#1644) --- src/components/Settings/SettingsUsers/index.tsx | 11 ++++++++++- src/i18n/locale/en.json | 4 +++- src/styles/globals.css | 7 ++----- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/src/components/Settings/SettingsUsers/index.tsx b/src/components/Settings/SettingsUsers/index.tsx index 36fcaccdf..5ab6c0ffd 100644 --- a/src/components/Settings/SettingsUsers/index.tsx +++ b/src/components/Settings/SettingsUsers/index.tsx @@ -19,11 +19,14 @@ const messages = defineMessages({ toastSettingsSuccess: 'User settings saved successfully!', toastSettingsFailure: 'Something went wrong while saving settings.', localLogin: 'Enable Local Sign-In', - newPlexLogin: 'Enable New Plex User Sign-In', + localLoginTip: + 'Allow users to sign in using their email address and password, instead of Plex OAuth', + newPlexLogin: 'Enable New Plex Sign-In', newPlexLoginTip: 'Allow Plex users to sign in without first being imported', movieRequestLimitLabel: 'Global Movie Request Limit', tvRequestLimitLabel: 'Global Series Request Limit', defaultPermissions: 'Default Permissions', + defaultPermissionsTip: 'Initial permissions assigned to new users', }); const SettingsUsers: React.FC = () => { @@ -102,6 +105,9 @@ const SettingsUsers: React.FC = () => {