Bug 17220: Change hold confirmation string from 'Place hold' to 'Confirm hold'

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

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

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Lee Jamison 2016-08-29 16:24:49 -04:00 committed by Kyle M Hall
parent 1c80cef032
commit 8098194125

View file

@ -404,7 +404,7 @@
</div><!-- #bigloop -->
[% UNLESS ( none_available ) %]
<input type="submit" value="Place hold" class="btn placehold" />
<input type="submit" value="Confirm hold" class="btn placehold" />
[% END %]
</form>