aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Settings
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-06-05 13:33:01 +0000
committerFuwn <[email protected]>2026-06-05 13:33:01 +0000
commitc1a6f33b5a54c92953a7396a252c0054e3f77d8f (patch)
tree087a7b904026c5300ba7bcc2f8178d4592775387 /src/lib/Settings
parentfeat(airing): replace SubsPlease with AnimeSchedule (sub+dub) (diff)
downloaddue.moe-c1a6f33b5a54c92953a7396a252c0054e3f77d8f.tar.xz
due.moe-c1a6f33b5a54c92953a7396a252c0054e3f77d8f.zip
feat(schedule): add sub/dub toggle to the schedule page
Add a Sub/Dub toggle to /schedule, selected via a ?type= query param and defaulting to the countdown source but independent of it. Relabel the nav item from "Subtitle Schedule" to "Anime Schedule" to reflect both tracks.
Diffstat (limited to 'src/lib/Settings')
-rw-r--r--src/lib/Settings/Categories/Display.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Settings/Categories/Display.svelte b/src/lib/Settings/Categories/Display.svelte
index fba40a56..47f79648 100644
--- a/src/lib/Settings/Categories/Display.svelte
+++ b/src/lib/Settings/Categories/Display.svelte
@@ -299,7 +299,7 @@ const onHelperChange = () => {
/>
<SettingCheckboxToggle
setting="displayScheduleListMode"
- text={$locale().navigation.subtitleSchedule}
+ text={$locale().navigation.animeSchedule}
lineBreak={false}
invert
/>