Koha/installer
Andrew Fuerste-Henry eba7a32df5
Bug 24378: Change wording of auto_renewals notice in updatedatabase
On the template of AUTO-RENEWALS the wording is grammatically incorrect:

[% IF checkout.auto_renew_error == 'too_many' %]
You have reach the maximum of checkouts possible.

This should say
[% IF checkout.auto_renew_error == 'too_many' %]
You have reached the maximum of checkouts possible.

Test plan:
- Make sure you have the AUTO_RENEWALS notice with the problematic
  spelling
- install patch
- update database
- confirm changes to notice name and wording

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Kept Andrew's change on the original updatedatabase entry,
but removed the database update to be done a little differently
in a follow-up patch.

Amended test plan.

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-05-12 11:03:23 +01:00
..
data/mysql Bug 24378: Change wording of auto_renewals notice in updatedatabase 2020-05-12 11:03:23 +01:00
externalmodules.pl
html-template-to-template-toolkit.pl
install.pl Bug 24131: (QA follow-up) Formatting in web client 2020-03-24 10:42:24 +00:00
onboarding.pl Bug 22655: Adding holds rules to Onboarding tool 2020-02-21 16:01:57 +00:00