Bug 30767: Changes word "issue" to "item"
Please test and confirm terminology is now correct.
Was unable to test without steps to reproduce.
Sponsored-by: Catalyst IT
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit cb35d1e92c
)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
parent
472ec420fb
commit
11079acae7
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
|||
[% SWITCH m.code %]
|
||||
[% CASE 'no_data_for_preview' %]<span>You did not specify data for preview.</span>
|
||||
[% CASE 'preview_not_available' %]<span>Preview is not available for letters '[% m.letter_code | html %]'.</span>
|
||||
[% CASE 'not_checked_in_yet' %]<span>Do not forget that the issue has not been checked in yet.</span>
|
||||
[% CASE 'not_checked_out_yet' %]<span>Do not forget that the issue has not been checked out yet.</span>
|
||||
[% CASE 'not_checked_in_yet' %]<span>Do not forget that the item has not been checked in yet.</span>
|
||||
[% CASE 'not_checked_out_yet' %]<span>Do not forget that the item has not been checked out yet.</span>
|
||||
[% CASE 'no_checkout' %]<span>This item is not checked out.</span>
|
||||
[% CASE 'no_item_or_no_patron' %]<span>The item or the patron does not exist.</span>
|
||||
[% CASE 'no_hold' %]<span>No hold is placed by this patron on this bibliographic record.</span>
|
||||
|
|
Loading…
Reference in a new issue