From fcf25dbcb0d5d2f06f6884ad60cf827e3047ed85 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 --- 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 ca7eae5d017..a9229ee6fc9 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.42.1