Bug 16473: Fix typo "an problem" vs "a problem"
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 11 May 2016 11:21:36 +0000 (12:21 +0100)
committerJesse Weaver <jweaver@bywatersolutions.com>
Thu, 12 May 2016 22:21:52 +0000 (16:21 -0600)
Test plan:
Confirm the wording is correct

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account-pay-error.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt

index 2c306bc..d4fb5b5 100644 (file)
@@ -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>
index 4959248..4be46b7 100644 (file)
@@ -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>