@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt +++ a/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.

--