From 70f2674b45d5907f1b7409bc8451e5799e5fb00d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 1 Apr 2026 11:20:39 +0000 Subject: fix(ui): tune april fools notification copy --- src/routes/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, }); -- cgit v1.2.3