From fb1aa00c682487409353ab6782f6ea2e78fd5378 Mon Sep 17 00:00:00 2001 From: Tal Rogoff Date: Fri, 23 Oct 2020 22:45:58 +0000 Subject: [PATCH] Bug 26725: link text changed to just system preference name. "system preference" put in sentence case. Signed-off-by: David Nind Signed-off-by: Nick Clemens --- koha-tmpl/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 66fe996577..2e2c5860f9 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 @@ -44,7 +44,7 @@
[% IF ( WARNING_extended_attributes_off ) %] -
Because the 'ExtendedPatronAttributes` system preference is currently not enabled, extended patron attributes cannot be given to patron records. Go to ExtendedPatronAttrributes System Preference if you wish to enable this feature.
+
Because the 'ExtendedPatronAttributes` system preference is currently not enabled, extended patron attributes cannot be given to patron records. Go to ExtendedPatronAttributes system preference if you wish to enable this feature.
[% END %] [% IF ( attribute_type_form ) %] -- 2.11.0