Bugzilla – Attachment 168842 Details for
Bug 37329
Typo: authorised value in patron attribute types
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37329: Typo: authorised value in patron attribute types
Bug-37329-Typo-authorised-value-in-patron-attribut.patch (text/plain), 1.67 KB, created by
Caroline Cyr La Rose
on 2024-07-11 16:36:00 UTC
(
hide
)
Description:
Bug 37329: Typo: authorised value in patron attribute types
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2024-07-11 16:36:00 UTC
Size:
1.67 KB
patch
obsolete
>From 530b95338b9de8436f83f098d3bf0fff7530ac79 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Thu, 11 Jul 2024 12:33:16 -0400 >Subject: [PATCH] Bug 37329: Typo: authorised value in patron attribute types > >This patch corrects a typo in the patron attribute type form. > >Terminology indicates it should be "authorized" and not "authorised". > >https://wiki.koha-community.org/wiki/Terminology > >To test: >1. Apply patch >2. Go to Administration > Patron attribute types > New patron attribute type >--> The hint next to the Is a date checkbox should say "[...]an authorized >value category" >--- > .../intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >index 2168944793..1a6d2a7460 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >@@ -154,7 +154,7 @@ > [% ELSE %] > <input type="checkbox" id="is_date" name="is_date" /> > [% END %] >- <span class="hint">If checked, the attribute will be a date. Date attributes can be repeatable, but cannot be linked to an authorised value category.</span> >+ <span class="hint">If checked, the attribute will be a date. Date attributes can be repeatable, but cannot be linked to an authorized value category.</span> > </li> > <li><label for="opac_display">Display in OPAC: </label> > [% IF attribute_type AND attribute_type.opac_display %] >-- >2.34.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 37329
:
168842
|
168860