From d575ed6d2b6e495dcc4f592086f2cf140c1a626a Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Thu, 22 Jun 2023 16:06:50 -0400 Subject: [PATCH] Bug 34103: Capitalization: Currencies & Exchange rates This patch corrects the breadcrumbs in the Administration > Currencies and exchange rates page to follow current capitalization and typographical guidelines. To test: 0. Apply patch 1. Go to Administration > Currencies and exchange rates 2. Verify that the breadcrumb has no spelling errors, and that capitalization and typography guidelines are applied 3. Click 'Delete' next to one of the currencies 4. Verify that the breadcrumb has no spelling errors, and that capitalization and typography guidelines are applied Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 3902a02791..f96ea54a0a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt @@ -7,7 +7,7 @@ [% INCLUDE 'doc-head-open.inc' %] [% IF op == 'add_form' %][% IF currency %]Modify currency '[% currency.currency | html %]'[% ELSE %]New currency[% END %][% END %] [% IF op == 'delete_confirm' %]Confirm deletion of currency '[% currency.currency | html %]'[% END %] -[% IF op == 'list' %]Currencies[% END %] › Currencies & Exchange rates › Administration › Koha +[% IF op == 'list' %]Currencies[% END %] › Currencies and exchange rates › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] @@ -23,7 +23,7 @@ Administration [% END %] [% WRAPPER breadcrumb_item %] - Currencies & Exchange rates + Currencies and exchange rates [% END %] [% IF op == 'add_form' %] -- 2.30.2