From 33f5982c3ecfaf2411abb93f87ec04ef9caec528 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 26 Jul 2023 10:35:28 +0000 Subject: [PATCH] Bug 33909: (follow-up) QA fixes Signed-off-by: Caroline Cyr La Rose Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- .../intranet-tmpl/prog/en/modules/admin/aqplan.tt | 2 +- .../intranet-tmpl/prog/en/modules/admin/currency.tt | 12 ++++++------ .../prog/en/modules/admin/z3950servers.tt | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt index 7bfdd01129..25613238a5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt @@ -6,7 +6,7 @@ [% INCLUDE 'doc-head-open.inc' %] [% PROCESS 'budget_planning.inc' %] [% FILTER collapse %] - [% tx("Planning for {fund}", { fund = budget_period_description }) | html %][% PROCESS planning plan=authcat %] › + [% tx("Planning for {fund} ", { fund = budget_period_description }) | html %][% PROCESS planning plan=authcat %] › [% t("Funds") | html %] › [% t("Budgets") | html %] › [% t("Administration") | html %] › diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt index a7d41dfee8..b841b7d47a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt @@ -9,17 +9,17 @@ <title>[% FILTER collapse %] [% IF op == 'add_form' %] [% IF currency %] - [% tx("Modify currency '{currency}'", { currency = currency.currency }) | html %] + [% tx("Modify currency '{currency}'", { currency = currency.currency }) | html %] › [% ELSE %] - [% t("New currency") | html %] + [% t("New currency") | html %] › [% END %] - [% END %] › + [% END %] [% IF op == 'delete_confirm' %] - [% tx("Confirm deletion of currency '{currency}'", { currency = currency.currency }) | html %] + [% tx("Confirm deletion of currency '{currency}'", { currency = currency.currency }) | html %] › [% END %] [% IF op == 'list' %] - [% t("Currencies") | html %] - [% END %] › + [% t("Currencies") | html %] › + [% END %] [% t("Currencies and exchange rates") | html %] › [% t("Administration") | html %] › [% t("Koha") | html %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt index c1aef322ec..3c13400d8e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt @@ -13,7 +13,7 @@ <title>[% FILTER collapse %] [% IF op == 'edit' %] - [% tx("Modify {servertype} server {servername}", { servertype = servertype, servername = servername }) | html %] › + [% tx("Modify {servertype} server {servername}", { servertype = servertype, servername = server.servername }) | html %] › [% END %] [% IF op == 'add' %] [% tx("New {servertype} server", { servertype = servertype }) | html %] › -- 2.39.5