From 036af1f17f43a58f0e84e5910e6d991e3f1c1099 Mon Sep 17 00:00:00 2001 From: Victor Grousset/tuxayo Date: Thu, 2 Jun 2022 05:42:33 +0200 Subject: [PATCH] Bug 30733: Undo in an ICS calendar file --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ics.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ics.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ics.tt index 9963ee0f79..8ba6fc71a3 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ics.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ics.tt @@ -2,8 +2,8 @@ [%- newline="\n" | html -%] [%- IF overdue == 1 -%] [% title | html %] is overdue -[%- newline | html -%]Your copy of [% title | html %] (barcode [% barcode | html %]) is overdue +[%- newline | html -%]Your copy of [% title | html %] (barcode [% barcode | html %]) is overdue [%- ELSE -%] [% title | html %] is due -[%- newline | html -%]Your copy of [% title | html %] (barcode [% barcode | html %]) is due back at the library today +[%- newline | html -%]Your copy of [% title | html %] (barcode [% barcode | html %]) is due back at the library today [%- END -%] -- 2.36.1