Bugzilla – Attachment 38610 Details for
Bug 14065
Typo in opac self registration form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14065 - Typo in opac self registration form
Bug-14065---Typo-in-opac-self-registration-form.patch (text/plain), 1.56 KB, created by
Jonathan Druart
on 2015-04-28 15:44:10 UTC
(
hide
)
Description:
Bug 14065 - Typo in opac self registration form
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-04-28 15:44:10 UTC
Size:
1.56 KB
patch
obsolete
>From ff196a5e035ae92fd45f12400d8c87c2e54b7f69 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 27 Apr 2015 07:28:29 -0400 >Subject: [PATCH] Bug 14065 - Typo in opac self registration form > >The phrase > >Please type this following characters into the preceding box > >should be > >Please type the following characters into the preceding box > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >index 566658e..b354b92 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >@@ -734,7 +734,7 @@ > <input type="text" name="captcha" id="captcha" /> > <input type="hidden" name="captcha_digest" value="[% captcha_digest %]" /> > >- <span class="hint">Please type this following characters into the preceding box: <strong>[% captcha %]</strong></span> >+ <span class="hint">Please type the following characters into the preceding box: <strong>[% captcha %]</strong></span> > <span class="hint">Note: The preceding box is case-sensitive. Ensure that the entered characters are in all-caps.</span> > </li> > </ol> >-- >2.1.0
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 14065
:
38545
| 38610