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:
parent
1c80cef032
commit
8098194125
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue