From cdd999fdd914f7389c971f048f80ad5e207d8790 Mon Sep 17 00:00:00 2001 From: Gus Date: Tue, 19 Jan 2016 20:40:45 +0000 Subject: [PATCH] [PASSED QA] Bug 15616: Spelling mistake in ./opac-account.tt sucessfully ==> successfully Test - Check that the word has been changed in file Signed-off-by: Hector Castro Typo fixed correctly Signed-off-by: Katrin Fischer --- 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.9.1