diff options
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, }); |