Bug 28779: (QA follow-up) Even more specific message
For the detail page, the MARC view etc. we use the text: The record you requested does not exist (488). I think this is better than "not found", because that sounds like it might be an issue with the search index, which we can rule out in this case. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
76b6bd8eb9
commit
3b2c0f4ce5
1 changed files with 2 additions and 2 deletions
|
@ -75,9 +75,9 @@
|
|||
[% IF ( nobiblio ) %]
|
||||
<div class="dialog alert">
|
||||
[%IF (multi_hold) %]
|
||||
<strong>Cannot place hold:</strong> one or more records cannot be found.
|
||||
<strong>Cannot place hold:</strong> one or more records don't exist.
|
||||
[% ELSE %]
|
||||
<strong>Cannot place hold:</strong> this record cannot be found.
|
||||
<strong>Cannot place hold:</strong> this record doesn't exist.
|
||||
[% END %]
|
||||
</div>
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue