From 8ddbf2a761522d519ac3d9c7b640d4b2be581931 Mon Sep 17 00:00:00 2001 From: Gus Date: Tue, 19 Jan 2016 20:40:45 +0000 Subject: [PATCH] 15616 - Spelling mistake in ./opac-account.tt sucessfully ==> successfully Test - Check that the word has been changed in file --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8e38e1a..4959248 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt @@ -32,7 +32,7 @@ [% IF message %]
[% IF message == 'valid_payment' %] -

Your payment of $[% message_value %] has been processed sucessfully!

+

Your payment of $[% message_value %] has been processed successfully!

[% ELSIF message == 'duplicate_payment' %]

A payment with the transaction id [% message_value %] has already been posted to an account.

Please contact a librarian for details.

-- 1.7.10.4