Bug 13682 - Capitalization: Holds Queue
This patch changes capitalization of Holds Queue to Holds queue in koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueu$ To test: Apply patch Go to Circulation > Holds queue page Verify that the capitalization is correct Signed-off-by: Magnus Enger <magnus@enger.priv.no> Works as advertised. Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
f82064286d
commit
8804598f3d
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ $(document).ready(function() {
|
||||||
<div id="yui-main">
|
<div id="yui-main">
|
||||||
<div class="yui-g">
|
<div class="yui-g">
|
||||||
|
|
||||||
<h1>Holds Queue</h1>
|
<h1>Holds queue</h1>
|
||||||
|
|
||||||
[% IF ( run_report ) %]
|
[% IF ( run_report ) %]
|
||||||
[% IF ( total ) %]
|
[% IF ( total ) %]
|
||||||
|
|
Loading…
Reference in a new issue