aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/output/html.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index eaa5c30b..bbd8ce91 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -679,10 +679,11 @@
(start-of-week start-date (get-config 'week-start))
start-date)
"/week/~1.html")
- "weekly")
+ "veckovy")
,(btn href: (date->string (set (day start-date) 1) "/month/~1.html")
- "monthly")))
+ "månadsvy")
+
(details (@ (open) (style "grid-area: cal"))
(summary "Month overview")