Bugzilla – Attachment 51414 Details for
Bug 16473
Tiny typo: there was _an_ problem ...
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16473: Fix typo "an problem" vs "a problem"
Bug-16473-Fix-typo-an-problem-vs-a-problem.patch (text/plain), 2.08 KB, created by
Jonathan Druart
on 2016-05-11 11:22:26 UTC
(
hide
)
Description:
Bug 16473: Fix typo "an problem" vs "a problem"
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-05-11 11:22:26 UTC
Size:
2.08 KB
patch
obsolete
>From 95003fa54b0ceca34522f098ba20e8afecf59e48 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 11 May 2016 12:21:36 +0100 >Subject: [PATCH] Bug 16473: Fix typo "an problem" vs "a problem" > >Test plan: >Confirm the wording is correct >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account-pay-error.tt | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account-pay-error.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account-pay-error.tt >index 2c306bc..d4fb5b5 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account-pay-error.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account-pay-error.tt >@@ -24,7 +24,7 @@ > <div id="useraccount" class="maincontent"> > [% IF error %] > <div id="error" class="dialog alert"> >- <p><strong>Error:</strong> there was an problem processing your payment</p> >+ <p><strong>Error:</strong> there was a problem processing your payment</p> > > [% IF error == "PAYPAL_UNABLE_TO_CONNECT" %] > <p>Unable to connect to PayPal.</p> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt >index 4959248..4be46b7 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt >@@ -45,7 +45,7 @@ > > [% IF payment_error %] > <div id="error" class="dialog alert"> >- <p><strong>Error:</strong> there was an problem processing your payment</p> >+ <p><strong>Error:</strong> there was a problem processing your payment</p> > > [% IF payment_error == "PAYPAL_UNABLE_TO_CONNECT" %] > <p>Unable to connect to PayPal.</p> >-- >2.7.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 16473
:
51414
|
51428