@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/admin/categories.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt @@ -109,9 +109,9 @@ [% CASE 'already_exists' %] This patron category already exists. [% CASE 'article_request_negative_limit' %] - Maximum article request limit cannot be negative. + Article request limit cannot be negative. [% CASE 'article_request_numeric_limit' %] - Maximum article request limit must be a positive number. + Article request limit must be a positive number. [% CASE %] [% m.code | html %] [% END %] @@ -208,8 +208,8 @@ [% IF Koha.Preference('ArticleRequests') %]
  • - - per day + +
  • [% END %]
  • @@ -534,7 +534,7 @@ Lost items Hold fee [% IF Koha.Preference('ArticleRequests') %] - Maximum article request limit + Article request limit [% END %] [% IF ( EnhancedMessagingPreferences ) %] Messaging --