aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/vcomponent.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/html/vcomponent.scm')
-rw-r--r--module/calp/html/vcomponent.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/calp/html/vcomponent.scm b/module/calp/html/vcomponent.scm
index c9765f63..9d8cb324 100644
--- a/module/calp/html/vcomponent.scm
+++ b/module/calp/html/vcomponent.scm
@@ -456,7 +456,7 @@
(@ (name "categories")
(data-property "categories"))
(input (@ (type "text")
- (placeholder (_ "Category"))))))
+ (placeholder ,(_ "Category"))))))
;; TODO This should be a "list" where any field can be edited
;; directly. Major thing holding us back currently is that
@@ -630,5 +630,5 @@
(@ (data-label "📒") (date-title ,(_ "Changelog"))))
,@(when (debug)
- '((vevent-dl
+ `((vevent-dl
(@ (data-label "🐸") (data-title ,(_ "Debug"))))))))))