Bug 35378: 'This authority type is used {count} times' missing dot

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Tomás Cohen Arazi 2023-11-21 14:30:50 -03:00 committed by Katrin Fischer
parent 8c309ea53d
commit e3e3e0f684
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -164,7 +164,7 @@
[% IF authorities_using_it %]
<h1>This authority type cannot be deleted</h1>
<p><strong><span class="ex">[% authority_type.authtypecode | html %]</span></strong></p>
<p>[% tnx('This authority type is used {count} time.', 'This authority type is used {count} times', authorities_using_it, { count = authorities_using_it }) %]</p>
<p>[% tnx('This authority type is used {count} time.', 'This authority type is used {count} times.', authorities_using_it, { count = authorities_using_it }) %]</p>
<form action="/cgi-bin/koha/admin/authtypes.pl" method="get">
<button type="submit"><i class="fa fa-fw fa-arrow-left"></i> Return to authority types</button>
</form>