@@ -, +, @@ (sentence splitting) --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt @@ -34,10 +34,10 @@ [% IF message == 'valid_payment' %]

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.

+

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

Please contact a librarian for details.

[% ELSIF message == 'invalid_payment' %] -

The transaction id [% message_value %] for this payment is invalid.

+

The transaction id '[% message_value %]' for this payment is invalid.

Please contact a librarian for details.

[% END %] --