Bug 15616: Spelling mistake in ./opac-account.tt
authorGus <gel1163@stacmail.net>
Tue, 19 Jan 2016 20:40:45 +0000 (20:40 +0000)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Wed, 27 Jan 2016 05:14:18 +0000 (05:14 +0000)
sucessfully ==> successfully
Test - Check that the word has been changed in file

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Typo fixed correctly

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt

index 8e38e1a..4959248 100644 (file)
@@ -32,7 +32,7 @@
                     [% IF message %]
                         <div class="alert alert-info">
                             [% IF message == 'valid_payment' %]
-                                <p>Your payment of $[% message_value %] has been processed sucessfully!</p>
+                                <p>Your payment of $[% message_value %] has been processed successfully!</p>
                             [% ELSIF message == 'duplicate_payment' %]
                                 <p>A payment with the transaction id <i>[% message_value %]</i> has already been posted to an account.</p>
                                 <p>Please contact a librarian for details.</p>