https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15581 --- Comment #38 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Comment on attachment 56748 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=56748 Bug 15581: Display the generic "schedule for auto renew" message on the checkouts table Review of attachment 56748: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15581&attachment=56748) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc @@ +17,4 @@
var NOT_RENEWABLE = _("Not renewable"); var NOT_RENEWABLE_TOO_SOON = _("No renewal before %s"); var NOT_RENEWABLE_AUTO_TOO_SOON = _("Scheduled for automatic renewal"); + var NOT_RENEWABLE_AUTO_TOO_LATE = _("Scheduled for automatic renewal");
I feel like the TOO_SOON and TOO_LATE messages should be more specific - it seems to hide important information here. -- You are receiving this mail because: You are watching all bug changes.