Bug 33550: Remove question mark in breadcrumb

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

https://bugs.koha-community.org/show_bug.cgi?id=33500
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Caroline Cyr La Rose 2023-04-27 15:19:21 -04:00 committed by Tomas Cohen Arazi
parent fcc06b55a5
commit 76b755be9d
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -45,7 +45,7 @@
[% IF op == 'delete_confirm' %]
[% WRAPPER breadcrumb_item bc_active= 1 %]
<span>Delete restriction type?</span>
<span>Delete restriction type '[% PROCESS restriction_type_description %]'</span>
[% END %]
[% END %]
[% END #/ WRAPPER breadcrumbs %]