Bugzilla – Attachment 159173 Details for
Bug 35378
'This authority type is used {count} times' missing dot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35378: 'This authority type is used {count} times' missing dot
Bug-35378-This-authority-type-is-used-count-times-.patch (text/plain), 1.42 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-11-21 17:31:23 UTC
(
hide
)
Description:
Bug 35378: 'This authority type is used {count} times' missing dot
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-11-21 17:31:23 UTC
Size:
1.42 KB
patch
obsolete
>From fcf25dbcb0d5d2f06f6884ad60cf827e3047ed85 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >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 %] > <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> >-- >2.42.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35378
:
159173
|
159179
|
159232