@@ -, +, @@ reserved' --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -2000,7 +2000,7 @@ $('#addResult') .empty() .attr('class', 'alert alert-warning') - .append(__x('Warning: Item {barcode} is reserved', { barcode })) + .append(__x('Warning: Item {barcode} is on hold', { barcode })) .append(' ', button); } else { $('#addResult').replaceWith('
'+_("Failure: Item '%s' belongs to another bundle").format(barcode)+'
'); --