From 5acceaac6690d8454d80a883c857d3ac2ab843c3 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 21 Nov 2023 14:30:50 -0300 Subject: [PATCH] Bug 35378: 'This authority type is used {count} times' missing dot Content-Type: text/plain; charset=utf-8 Signed-off-by: David Nind Signed-off-by: Marcel de Rooy --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt index ca7eae5d01..a9229ee6fc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt @@ -164,7 +164,7 @@ [% IF authorities_using_it %]

This authority type cannot be deleted

[% authority_type.authtypecode | html %]

-

[% tnx('This authority type is used {count} time.', 'This authority type is used {count} times', authorities_using_it, { count = authorities_using_it }) %]

+

[% tnx('This authority type is used {count} time.', 'This authority type is used {count} times.', authorities_using_it, { count = authorities_using_it }) %]

-- 2.30.2