aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-11 22:20:13 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-11 23:50:35 +0200
commit8b0cbceec2487f50dd6c950d766e36714affdce0 (patch)
tree3b963da0847621ee8ec79287f37b628b463e839f /module/calp/html
parentDocument web stuff. (diff)
downloadcalp-8b0cbceec2487f50dd6c950d766e36714affdce0.tar.gz
calp-8b0cbceec2487f50dd6c950d766e36714affdce0.tar.xz
Fix a few strings where translations wheren't applied.
Diffstat (limited to 'module/calp/html')
-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 574ad954..9e70f910 100644
--- a/module/calp/html/vcomponent.scm
+++ b/module/calp/html/vcomponent.scm
@@ -481,7 +481,7 @@
;; description in sidebar / tab of popup
;; Template data for <vevent-description />
(define-public (description-template)
- '(template
+ `(template
(@ (id "vevent-description"))
(div (@ (class " vevent eventtext summary-tab " ()))
(h3 ((span (@ (class "repeating"))
@@ -563,7 +563,7 @@
(dd (input-list (@ (name ,name))
(input (@ (type "number")
(min ,min) (max ,max)))))))
- '((bysecond ,(_ "By Second") 0 60)
+ `((bysecond ,(_ "By Second") 0 60)
(byminute ,(_ "By Minute") 0 59)
(byhour ,(_ "By Hour") 0 23)
(bymonthday ,(_ "By Month Day") -31 31) ; except 0