@@ -265,6 +267,7 @@ const NotificationsWebhook: React.FC = () => {
diff --git a/src/components/Settings/RadarrModal/index.tsx b/src/components/Settings/RadarrModal/index.tsx
index c34b86681..47add7ef5 100644
--- a/src/components/Settings/RadarrModal/index.tsx
+++ b/src/components/Settings/RadarrModal/index.tsx
@@ -30,7 +30,7 @@ const messages = defineMessages({
servernamePlaceholder: 'A Radarr Server',
hostname: 'Hostname or IP Address',
port: 'Port',
- ssl: 'SSL',
+ ssl: 'Enable SSL',
apiKey: 'API Key',
apiKeyPlaceholder: 'Your Radarr API key',
baseUrl: 'Base URL',
diff --git a/src/components/Settings/SettingsPlex.tsx b/src/components/Settings/SettingsPlex.tsx
index 3161e3c92..f34783728 100644
--- a/src/components/Settings/SettingsPlex.tsx
+++ b/src/components/Settings/SettingsPlex.tsx
@@ -45,7 +45,7 @@ const messages = defineMessages({
Press the button to the right of the dropdown to check connectivity and retrieve available servers.',
hostname: 'Hostname or IP Address',
port: 'Port',
- ssl: 'SSL',
+ enablessl: 'Enable SSL',
timeout: 'Timeout',
save: 'Save Changes',
saving: 'Saving…',
@@ -466,6 +466,7 @@ const SettingsPlex: React.FC
= ({ onComplete }) => {
@@ -488,6 +489,7 @@ const SettingsPlex: React.FC
= ({ onComplete }) => {
= ({ onComplete }) => {