Koha/koha-tmpl/intranet-tmpl/prog/en/includes/str/checkout_renewals.inc
Tomas Cohen Arazi 5ec4dced13
Bug 23838: (QA follow-up) Move include files
As talked with Martin, this patches were originally developed before we
added the modals/ and str/ dirs, but we need to align it with current
way of doing it. This patch does that.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-07-22 12:53:50 -03:00

5 lines
163 B
PHP

<!-- str/checkout_renewals.inc -->
<script>
var renewed_prop = _("Note: %s out of %s renewals have been logged");
var renewed = _("Renewed by");
</script>