Bug 16193: Typo in Automatic item modifications by age

To test:
1) Go to Tools -> Automatic item modifications by age
2) Click Edit
3) Add a rule if you have none, otherwise notice button 'Submit theses
   rules' and typo (theses)
4) Apply patch, refresh page
5) Confirm button now says 'Submit these rules' (typo is fixed)

Sponsored-by: Catalyst IT
Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
This commit is contained in:
Aleisha 2016-04-04 00:48:11 +00:00 committed by Brendan Gallagher
parent 88dc70f7e6
commit 94d0ed6115

View file

@ -201,7 +201,7 @@
<fieldset class="action">
<input type="hidden" name="op" value="update" />
<a class="cancel" href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">Cancel</a>
<input type="submit" value="Submit theses rules" />
<input type="submit" value="Submit these rules" />
</fieldset>
</div>
</form>