Bug 15224: Label creator - fix tiny typo 'itemnunber'

To test:
- Go to Tools > Label creator > New > Label batch
- Check text displayed in grey next to the text input
  field

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>

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

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
Katrin Fischer 2015-11-22 02:13:12 +01:00 committed by Brendan A Gallagher
parent 391c8ec0bc
commit d9c78c9a65

View file

@ -201,7 +201,7 @@
<li>
<label for="number_list">Add by barcode(s) or itemnumbers(s):
<br /> <span class="hint">One number per line.</span>
<br /> <span class="hint">Leave empty to add via item search (itemnunber).</span>
<br /> <span class="hint">Leave empty to add via item search (itemnumber).</span>
</label>
<textarea rows="5" id="number_list" name="number_list" tabindex="1" class="focus"></textarea>
</li></ol>