diff --git a/src/components/CreateSpellDialog.tsx b/src/components/CreateSpellDialog.tsx
index b0aa215..892c30f 100644
--- a/src/components/CreateSpellDialog.tsx
+++ b/src/components/CreateSpellDialog.tsx
@@ -489,7 +489,7 @@ export function CreateSpellDialog({
onChange={(e) => setSince(e.target.value)}
/>
- {["now", "1h", "24h", "7d", "30d"].map((t) => (
+ {["today", "now", "1h", "24h", "7d", "30d"].map((t) => (