fix success variable

This commit is contained in:
Rimian Perkins
2017-05-24 14:02:14 +10:00
parent 3c431b9915
commit 6ab3de9fca
2 changed files with 2 additions and 2 deletions
@@ -92,7 +92,7 @@
<p>{{{message}}}</p>
{{/each}}
{{#if success}}
{{#if paymentSuccess}}
{{#if create_accounts}}
<p>Please <strong>check your email</strong> to get your log in link.</p>
{{/if}}
+1 -1
View File
@@ -8,4 +8,4 @@ en:
submit: Make Payment
submit_with_create_account: Make Payment and Create Account
messages:
success: Thank you, your payment has been successful.
success: "Thank you, your payment has been successful."