From 51c5af4311a3bc7a41c70938e21fe52d73d83b55 Mon Sep 17 00:00:00 2001
From: Katrin Fischer <katrin.fischer.83@web.de>
Date: Thu, 20 Apr 2023 21:07:11 +0000
Subject: [PATCH] Bug 33549: Improve wording of dialog messages

In terms of translations type can be a lot of things.
Usually translations are easier with more context, so
I've added restriction to the type :)

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
---
 .../prog/en/modules/admin/restrictions.tt              | 10 +++++-----
 1 file changed, 5 insertions(+), 5 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 494b353612..ae5d3ddaad 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt
@@ -76,19 +76,19 @@
     <div class="dialog message [% m.code | html %]">
         [% SWITCH m.code %]
         [% CASE 'add_success' %]
-            Type added
+            Restriction type added
         [% CASE 'update_success' %]
-            Type updated
+            Restriction type updated
         [% CASE 'duplicate_display_text' %]
             Another restriction already has this label
         [% CASE 'duplicate_code' %]
             Another restriction already has this code
         [% CASE 'delete_success' %]
-            Type deleted
+            Restriction type deleted
         [% CASE 'delete_default' %]
-            Cannot delete the default type
+            Cannot delete the default restriction type
         [% CASE 'delete_system' %]
-            Cannot delete a system type
+            Cannot delete a system restriction type
         [% CASE %]
             [% m.code | html %]
         [% END %]
-- 
2.30.2