diff options
| author | Fuwn <[email protected]> | 2026-04-01 11:20:39 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-04-01 11:20:39 +0000 |
| commit | 70f2674b45d5907f1b7409bc8451e5799e5fb00d (patch) | |
| tree | 14e282181b8d18ec7e97775cb08ec66120e61560 /src | |
| parent | fix(ui): simplify april fools controls (diff) | |
| download | due.moe-70f2674b45d5907f1b7409bc8451e5799e5fb00d.tar.xz due.moe-70f2674b45d5907f1b7409bc8451e5799e5fb00d.zip | |
fix(ui): tune april fools notification copy
Diffstat (limited to 'src')
| -rw-r--r-- | src/routes/+layout.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 6ace5dad..35555269 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -58,7 +58,7 @@ const notifyExecutiveMode = (enabled: boolean) => { addNotification({ heading: "April Fools", description: enabled - ? "Executive Mode is live for April Fools. Toggle it from the header if you want the joke off." + ? "Executive Mode has been activated for April Fools. All media are now deliverables. Use the header control if you need to revert to standard operations." : "Executive Mode is off. Toggle it from the header if you want the April Fools joke back.", duration: 5000, }); |