From 580f8903c30b1b3631bad1be07ca838d8e18709e 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 Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 1a29ff17a550eedfa6ca2c68b6c02b817cb709b3) Signed-off-by: Martin Renvoize (cherry picked from commit 10cd6dc5841329e04bad6523b815e5c32e6d5bd7) Signed-off-by: Pedro Amorim --- 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 c98872a0c5..dc4c8a37c5 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.39.2