Bug 33111: (QA follow-up) Add more context to breadcrumb parts for easier translation

With the new wrappers we will translate every part of the
breadcrumb as a separate string and only once. So single words
like 'new' can be problematic in translation.

This changes:
* New > New identity provider
* Edit > Edit identity provider
* (Item search fields) <name of search field> > Edit <name of search field>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 27474b9e9e)
Signed-off-by: Jacob O'Mara <jacobomara901@gmail.com>
This commit is contained in:
Katrin Fischer 2023-04-08 22:46:26 +00:00 committed by Jacob O'Mara
parent 742d0b242e
commit bb60c9a5fe
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@
<a href="/cgi-bin/koha/admin/identity_providers.pl">Identity providers</a>
[% END %]
[% WRAPPER breadcrumb_item bc_active= 1 %]
<span>New</span>
<span>New identity provider</span>
[% END %]
[% ELSIF op == 'edit_form' %]
@ -37,7 +37,7 @@
<a href="/cgi-bin/koha/admin/identity_providers.pl">Identity providers</a>
[% END %]
[% WRAPPER breadcrumb_item bc_active= 1 %]
<span>Edit</span>
<span>Edit identity provider</span>
[% END %]
[% ELSE %]

View file

@ -23,7 +23,7 @@
<a href="/cgi-bin/koha/admin/items_search_fields.pl">Item search fields</a>
[% END %]
[% WRAPPER breadcrumb_item bc_active= 1 %]
[% field.name | html %]
<span>Modify search field [% field.name | html %]</span>
[% END %]
[% ELSE %]