From 3596b457bda5f55e20d7fe3c12b02126d6452bc9 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Thu, 11 Jul 2024 12:33:16 -0400 Subject: [PATCH] Bug 37329: Typo: authorised value in patron attribute types This patch corrects a typo in the patron attribute type form. Terminology indicates it should be "authorized" and not "authorised". https://wiki.koha-community.org/wiki/Terminology To test: 1. Apply patch 2. Go to Administration > Patron attribute types > New patron attribute type --> The hint next to the Is a date checkbox should say "[...]an authorized value category" Signed-off-by: Roman Dolny Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt index 2168944793..1a6d2a7460 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt @@ -154,7 +154,7 @@ [% ELSE %] [% END %] - If checked, the attribute will be a date. Date attributes can be repeatable, but cannot be linked to an authorised value category. + If checked, the attribute will be a date. Date attributes can be repeatable, but cannot be linked to an authorized value category.
  • [% IF attribute_type AND attribute_type.opac_display %] -- 2.39.5