From 153f43086a4c72cfe8ef9e88b9c53c99701f3de9 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 11 Jan 2024 12:59:12 +0000 Subject: [PATCH] Bug 35650: (QA follow-up) Add spans to errors for user restrictions This will ease translation. Signed-off-by: Katrin Fischer (cherry picked from commit 32799f8e36fcadd14c080284b93f09cce235067e) Signed-off-by: Fridolin Somers --- .../prog/en/modules/admin/restrictions.tt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt index 4009efc8df..a7ce7cdf9e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt @@ -72,21 +72,21 @@
[% SWITCH m.code %] [% CASE 'add_success' %] - Restriction type added. + Restriction type added. [% CASE 'update_success' %] - Restriction type updated. + Restriction type updated. [% CASE 'duplicate_display_text' %] - Another restriction type already has this label. + Another restriction type already has this label. [% CASE 'duplicate_code' %] - Another restriction type already has this code. + Another restriction type already has this code. [% CASE 'delete_success' %] - Restriction type deleted. + Restriction type deleted. [% CASE 'delete_default' %] - Cannot delete the default restriction type. + Cannot delete the default restriction type. [% CASE 'delete_system' %] - Cannot delete a system restriction type. + Cannot delete a system restriction type. [% CASE %] - [% m.code | html %] + [% m.code | html %] [% END %]
[% END %] -- 2.20.1