From 0fca7711cb83f2a2dd46ad351fd538663cb6bf3e Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 22 Apr 2024 10:14:01 +0000 Subject: [PATCH] Bug 29825: (follow-up) Fix translatability and capitalization Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/authorities/authorities.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt index 41a7ecb333..cb7e6530cb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt @@ -127,7 +127,7 @@ }); $("#preview").click(function () { - var content = "

Authority #: [% authid | html %]


"; + var content = "

" + _("Authority number") + ": [% authid | html %]


"; content += "
"; var line = 1; var has_input = 0; @@ -532,7 +532,7 @@
[% IF ( authid ) %] -- 2.39.2