From 58c1f64f773880838894db6c6a67da20e1c8e8b2 Mon Sep 17 00:00:00 2001 From: David Nind Date: Tue, 21 Nov 2023 23:11:02 +0000 Subject: [PATCH] Bug 34573: (follow-up) Additional updates for modify vendor page Signed-off-by: David Nind Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt index 23dda479ff..a2fe567d4c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt @@ -147,9 +147,9 @@ [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% IF ( enter ) %] - [% tx("Modify vendor {vendor}", { vendor = name }) | html %] + [% tx("Modify vendor '{vendor}'", { vendor = name }) | html %] [% ELSE %] - [% tx("Vendor {vendor}", { vendor = name }) | html %] + [% tx("Vendor '{vendor}'", { vendor = name }) | html %] [% END %] › [% t("Acquisitions") | html %] › [% t("Koha") | html %] @@ -173,7 +173,7 @@ <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a> [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] - <span>Modify vendor [% name | html %]</span> + <span>Modify vendor '[% name | html %]'</span> [% END %] [% ELSE %] [% WRAPPER breadcrumb_item bc_active= 1 %] @@ -196,7 +196,7 @@ [% IF ( enter ) %] [% IF ( booksellerid ) %] - <h1>Update: [% name | html %]</h1> + <h1>Modify vendor '[% name | html %]'</h1> [% ELSE %] <h1>Add vendor</h1> [% END %] -- 2.39.5