@@ -, +, @@ - Place a hold on an item - Go to the patron account - Click on the Suspend button on the holds tab - View the modal, the label before the date field "Suspend until:" is --- koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc | 1 + koha-tmpl/intranet-tmpl/prog/js/holds.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc @@ -37,6 +37,7 @@ var CANCEL = _("Cancel"); var RESUME = _("Resume"); var SUSPEND = _("Suspend"); + var SUSPEND_UNTIL = _("Suspend until:"); var SUSPEND_HOLD_ON = _("Suspend hold on"); var CLEAR_DATE_TO_SUSPEND_INDEFINITELY = _("Clear date to suspend indefinitely"); var SUSPEND_HOLD_ERROR_DATE = _("Unable to suspend hold, invalid date"); --- a/koha-tmpl/intranet-tmpl/prog/js/holds.js +++ a/koha-tmpl/intranet-tmpl/prog/js/holds.js @@ -241,7 +241,7 @@ $(document).ready(function() {