From a76361b7be5d728e348643b58c2470f5a4ef9d6c Mon Sep 17 00:00:00 2001
From: vil02 <65706193+vil02@users.noreply.github.com>
Date: Tue, 21 Jan 2025 20:42:14 +0100
Subject: [PATCH 1/2] fix: properly spell `successfully`
---
overseerr-api.yml | 22 +++++++++----------
.../Discover/DiscoverSliderEdit/index.tsx | 2 +-
src/components/Discover/index.tsx | 2 +-
src/i18n/locale/en.json | 4 ++--
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/overseerr-api.yml b/overseerr-api.yml
index e23b97c367..cd043b3fbd 100644
--- a/overseerr-api.yml
+++ b/overseerr-api.yml
@@ -1918,7 +1918,7 @@ paths:
$ref: '#/components/schemas/MainSettings'
responses:
'200':
- description: 'Values were sucessfully updated'
+ description: 'Values were successfully updated'
content:
application/json:
schema:
@@ -2662,7 +2662,7 @@ paths:
$ref: '#/components/schemas/NotificationEmailSettings'
responses:
'200':
- description: 'Values were sucessfully updated'
+ description: 'Values were successfully updated'
content:
application/json:
schema:
@@ -2708,7 +2708,7 @@ paths:
$ref: '#/components/schemas/DiscordSettings'
responses:
'200':
- description: 'Values were sucessfully updated'
+ description: 'Values were successfully updated'
content:
application/json:
schema:
@@ -2754,7 +2754,7 @@ paths:
$ref: '#/components/schemas/LunaSeaSettings'
responses:
'200':
- description: 'Values were sucessfully updated'
+ description: 'Values were successfully updated'
content:
application/json:
schema:
@@ -2800,7 +2800,7 @@ paths:
$ref: '#/components/schemas/PushbulletSettings'
responses:
'200':
- description: 'Values were sucessfully updated'
+ description: 'Values were successfully updated'
content:
application/json:
schema:
@@ -2846,7 +2846,7 @@ paths:
$ref: '#/components/schemas/PushoverSettings'
responses:
'200':
- description: 'Values were sucessfully updated'
+ description: 'Values were successfully updated'
content:
application/json:
schema:
@@ -2919,7 +2919,7 @@ paths:
$ref: '#/components/schemas/GotifySettings'
responses:
'200':
- description: 'Values were sucessfully updated'
+ description: 'Values were successfully updated'
content:
application/json:
schema:
@@ -2965,7 +2965,7 @@ paths:
$ref: '#/components/schemas/SlackSettings'
responses:
'200':
- description: 'Values were sucessfully updated'
+ description: 'Values were successfully updated'
content:
application/json:
schema:
@@ -3011,7 +3011,7 @@ paths:
$ref: '#/components/schemas/TelegramSettings'
responses:
'200':
- description: 'Values were sucessfully updated'
+ description: 'Values were successfully updated'
content:
application/json:
schema:
@@ -3057,7 +3057,7 @@ paths:
$ref: '#/components/schemas/WebPushSettings'
responses:
'200':
- description: 'Values were sucessfully updated'
+ description: 'Values were successfully updated'
content:
application/json:
schema:
@@ -3103,7 +3103,7 @@ paths:
$ref: '#/components/schemas/WebhookSettings'
responses:
'200':
- description: 'Values were sucessfully updated'
+ description: 'Values were successfully updated'
content:
application/json:
schema:
diff --git a/src/components/Discover/DiscoverSliderEdit/index.tsx b/src/components/Discover/DiscoverSliderEdit/index.tsx
index 9a0f3aa76c..066b53958e 100644
--- a/src/components/Discover/DiscoverSliderEdit/index.tsx
+++ b/src/components/Discover/DiscoverSliderEdit/index.tsx
@@ -26,7 +26,7 @@ import { defineMessages, useIntl } from 'react-intl';
import { useToasts } from 'react-toast-notifications';
const messages = defineMessages({
- deletesuccess: 'Sucessfully deleted slider.',
+ deletesuccess: 'Successfully deleted slider.',
deletefail: 'Failed to delete slider.',
remove: 'Remove',
enable: 'Toggle Visibility',
diff --git a/src/components/Discover/index.tsx b/src/components/Discover/index.tsx
index 38875dbedc..711fb81205 100644
--- a/src/components/Discover/index.tsx
+++ b/src/components/Discover/index.tsx
@@ -43,7 +43,7 @@ const messages = defineMessages({
updatesuccess: 'Updated discover customization settings.',
updatefailed:
'Something went wrong updating the discover customization settings.',
- resetsuccess: 'Sucessfully reset discover customization settings.',
+ resetsuccess: 'Successfully reset discover customization settings.',
resetfailed:
'Something went wrong resetting the discover customization settings.',
customizediscover: 'Customize Discover',
diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json
index 568895313f..29918183fd 100644
--- a/src/i18n/locale/en.json
+++ b/src/i18n/locale/en.json
@@ -42,7 +42,7 @@
"components.Discover.DiscoverMovies.sortTmdbRatingDesc": "TMDB Rating Descending",
"components.Discover.DiscoverNetwork.networkSeries": "{network} Series",
"components.Discover.DiscoverSliderEdit.deletefail": "Failed to delete slider.",
- "components.Discover.DiscoverSliderEdit.deletesuccess": "Sucessfully deleted slider.",
+ "components.Discover.DiscoverSliderEdit.deletesuccess": "Successfully deleted slider.",
"components.Discover.DiscoverSliderEdit.enable": "Toggle Visibility",
"components.Discover.DiscoverSliderEdit.remove": "Remove",
"components.Discover.DiscoverStudio.studioMovies": "{studio} Movies",
@@ -100,7 +100,7 @@
"components.Discover.recentlyAdded": "Recently Added",
"components.Discover.recentrequests": "Recent Requests",
"components.Discover.resetfailed": "Something went wrong resetting the discover customization settings.",
- "components.Discover.resetsuccess": "Sucessfully reset discover customization settings.",
+ "components.Discover.resetsuccess": "Successfully reset discover customization settings.",
"components.Discover.resettodefault": "Reset to Default",
"components.Discover.resetwarning": "Reset all sliders to default. This will also delete any custom sliders!",
"components.Discover.stopediting": "Stop Editing",
From 6ee3e0a86762d1521ed859aaf457d5d275375265 Mon Sep 17 00:00:00 2001
From: vil02 <65706193+vil02@users.noreply.github.com>
Date: Tue, 21 Jan 2025 21:02:02 +0100
Subject: [PATCH 2/2] fix: add missing `i18n.specials`
---
src/i18n/locale/en.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json
index 29918183fd..9bc508ac45 100644
--- a/src/i18n/locale/en.json
+++ b/src/i18n/locale/en.json
@@ -1224,6 +1224,7 @@
"i18n.saving": "Saving…",
"i18n.settings": "Settings",
"i18n.showingresults": "Showing {from} to {to} of {total} results",
+ "i18n.specials": "Specials",
"i18n.status": "Status",
"i18n.test": "Test",
"i18n.testing": "Testing…",