From fb85440e28f6befdfdda3dd31636892219efbda1 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 9 Nov 2022 16:22:09 +0000 Subject: [PATCH] Bug 32147: (follow-up) Fix missing space One of the AV category descriptions was missing a space before the (e-resource management). --- .../intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt index bc978d6671..922a7069a9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -506,7 +506,7 @@ [% CASE 'ERM_AGREEMENT_LICENSE_LOCATION' %]

Locations of the licenses' agreements (e-resource management module)

[% CASE 'ERM_AGREEMENT_LICENSE_STATUS' %] -

Statuses of the licenses' agreements(e-resource management module)

+

Statuses of the licenses' agreements (e-resource management module)

[% CASE 'ERM_AGREEMENT_RENEWAL_PRIORITY' %]

Renewal priorities of agreements (e-resource management module)

[% CASE 'ERM_AGREEMENT_STATUS' %] -- 2.30.2