diff --git a/README.md b/README.md index 6791940..b9f34ab 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,8 @@ Many thanks to Chris Beach and Angus McLeod who helped on the previous version o ## TODOs * Add a description/message -* Format the currency * Check against other themes * Add billing info to confirm dialog -* Confirm dialog heading * Validate the model properly. Not in the stripe component * Show the transaction on the thank you page. * Work out where to put the helper tests. Name collision! diff --git a/assets/javascripts/discourse/templates/components/donation-form.hbs b/assets/javascripts/discourse/templates/components/donation-form.hbs index 594270b..cc39bdd 100644 --- a/assets/javascripts/discourse/templates/components/donation-form.hbs +++ b/assets/javascripts/discourse/templates/components/donation-form.hbs @@ -1,6 +1,6 @@ {{#if confirmation}} - {{#d-modal closeModal=(action "closeModal") modalStyle="inline-modal" title=(i18n "discourse_patrons.confirm")}} + {{#d-modal closeModal=(action "closeModal") modalStyle="inline-modal" title=(i18n "discourse_patrons.payment.payment_confirmation")}} {{#d-modal-body}}