From 8eb5cf06b977680857a0d78adf7d34e0bb94263d Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Sat, 24 Oct 2020 00:42:31 +0000 Subject: [PATCH] Bug 26725: (QA follow-up) Add line break and 'the' for readability 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 2e2c5860f9..84db9c25fb 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 ExtendedPatronAttributes 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 the ExtendedPatronAttributes system preference if you wish to enable this feature.
[% END %] [% IF ( attribute_type_form ) %] -- 2.11.0