From 979b1feaa41c0971419eef07e7a43007554ce4c3 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sun, 19 Oct 2025 14:02:29 +0800 Subject: [PATCH] refactor(i18n): update label for monitorNewItems to 'Monitor New Seasons' --- src/components/Settings/SonarrModal/index.tsx | 2 +- src/i18n/locale/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Settings/SonarrModal/index.tsx b/src/components/Settings/SonarrModal/index.tsx index a7990650..ec31d274 100644 --- a/src/components/Settings/SonarrModal/index.tsx +++ b/src/components/Settings/SonarrModal/index.tsx @@ -78,7 +78,7 @@ const messages = defineMessages('components.Settings.SonarrModal', { animeTags: 'Anime Tags', notagoptions: 'No tags.', selecttags: 'Select tags', - monitorNewItems: 'Monitor New Items', + monitorNewItems: 'Monitor New Seasons', }); interface SonarrModalProps { diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json index 5394f632..1b9f7eaf 100644 --- a/src/i18n/locale/en.json +++ b/src/i18n/locale/en.json @@ -1063,7 +1063,7 @@ "components.Settings.SonarrModal.loadinglanguageprofiles": "Loading language profiles…", "components.Settings.SonarrModal.loadingprofiles": "Loading quality profiles…", "components.Settings.SonarrModal.loadingrootfolders": "Loading root folders…", - "components.Settings.SonarrModal.monitorNewItems": "Monitor New Items", + "components.Settings.SonarrModal.monitorNewItems": "Monitor New Seasons", "components.Settings.SonarrModal.notagoptions": "No tags.", "components.Settings.SonarrModal.port": "Port", "components.Settings.SonarrModal.qualityprofile": "Quality Profile",