Bug 26725: link text changed to just system preference name. "system preference" put in sentence case.
Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
b3a51fbc55
commit
46b371a057
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
<main>
|
||||
|
||||
[% IF ( WARNING_extended_attributes_off ) %]
|
||||
<div class="dialog message">Because the 'ExtendedPatronAttributes` system preference is currently not enabled, extended patron attributes cannot be given to patron records. Go to <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ExtendedPatronAttributes">ExtendedPatronAttrributes System Preference</a> if you wish to enable this feature.</div>
|
||||
<div class="dialog message">Because the 'ExtendedPatronAttributes` system preference is currently not enabled, extended patron attributes cannot be given to patron records. Go to <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ExtendedPatronAttributes">ExtendedPatronAttributes</a> system preference if you wish to enable this feature.</div>
|
||||
[% END %]
|
||||
|
||||
[% IF ( attribute_type_form ) %]
|
||||
|
|
Loading…
Reference in a new issue