refactor(i18n): update label for monitorNewItems to 'Monitor New Seasons'

This commit is contained in:
fallenbagel
2025-10-19 14:02:29 +08:00
parent 9381d623a0
commit 979b1feaa4
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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",