Bugzilla – Attachment 168860 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.73 KB, created by
Roman Dolny
on 2024-07-11 18:09:24 UTC
(
hide
)
Description:
Bug 37329: Typo: authorised value in patron attribute types
Filename:
MIME Type:
Creator:
Roman Dolny
Created:
2024-07-11 18:09:24 UTC
Size:
1.73 KB
patch
obsolete
>From 0b4b030316bf013140ef3baf2ea0b3b9ca9eeb1b 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" > >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >--- > .../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.39.2
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