Bug 34345: 'Circulation and fine rules' vs 'Circulation and fines rules'

This patch corrects two instances of the phrase "Circulation and fines
rules" in favor of the more common "Circulation and fine rules" for
consistency's sake.

To test, apply the patch and go to Administration.

- In the description under the "Circulation and fine rules" link it
  should read, "Define circulation and fine rules..."
- Open the Circulation and fine rules page and confirm that the link in
  the sidebar menu is correct.

Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Owen Leonard 2023-07-24 11:11:56 +00:00 committed by Tomas Cohen Arazi
parent a3c64f62c0
commit 452ac93b92
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@
<li><a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a></li>
[% END %]
[% IF ( CAN_user_parameters_manage_circ_rules ) %]
<li><a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fines rules</a></li>
<li><a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fine rules</a></li>
[% END %]
[% IF ( CAN_user_parameters_manage_patron_attributes ) %]
<li><a href="/cgi-bin/koha/admin/patron-attr-types.pl">Patron attribute types</a></li>

View file

@ -92,8 +92,8 @@
<dd>Define patron categories</dd>
[% END %]
[% IF CAN_user_parameters_manage_circ_rules %]
<dt><a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fines rules</a></dt>
<dd>Define circulation and fines rules for combinations of libraries, patron categories, and item types</dd>
<dt><a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fine rules</a></dt>
<dd>Define circulation and fine rules for combinations of libraries, patron categories, and item types</dd>
[% END %]
[% IF ( CAN_user_parameters_manage_patron_attributes ) %]
<dt><a href="/cgi-bin/koha/admin/patron-attr-types.pl">Patron attribute types</a></dt>