aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/vcomponent.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-04-12 02:18:39 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-04-21 15:16:42 +0200
commit88bc14f9be31d82a0d0d08b8b35bd2637ed600eb (patch)
treec43d8659b8346458a55a0cfb3378160e6312ed85 /module/calp/html/vcomponent.scm
parentFix edit popups not auto opening. (diff)
downloadcalp-88bc14f9be31d82a0d0d08b8b35bd2637ed600eb.tar.gz
calp-88bc14f9be31d82a0d0d08b8b35bd2637ed600eb.tar.xz
Fix some translations not being evaluated.
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"))))))))))