Bug 29688: Incorrect use of _() in holds.js
Bug 29404 moved code from request.tt into holds.js, and I didn't know about the _() vs. __(). This patch fixes that. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
06f1a24297
commit
1824b761a8
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ function display_pickup_location (state) {
|
|||
if ( state.needs_override === true ) {
|
||||
$text = $(
|
||||
'<span>' + state.text + '</span> <span style="float:right;" title="' +
|
||||
_("This pickup location is not allowed according to circulation rules") +
|
||||
__("This pickup location is not allowed according to circulation rules") +
|
||||
'"><i class="fa fa-exclamation-circle" aria-hidden="true"></i></span>'
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue