settings, headings
This commit is contained in:
parent
9cfdd3f07e
commit
83fc234b90
|
|
@ -41,10 +41,8 @@ Many thanks to Chris Beach and Angus McLeod who helped on the previous version o
|
||||||
## TODOs
|
## TODOs
|
||||||
|
|
||||||
* Add a description/message
|
* Add a description/message
|
||||||
* Format the currency
|
|
||||||
* Check against other themes
|
* Check against other themes
|
||||||
* Add billing info to confirm dialog
|
* Add billing info to confirm dialog
|
||||||
* Confirm dialog heading
|
|
||||||
* Validate the model properly. Not in the stripe component
|
* Validate the model properly. Not in the stripe component
|
||||||
* Show the transaction on the thank you page.
|
* Show the transaction on the thank you page.
|
||||||
* Work out where to put the helper tests. Name collision!
|
* Work out where to put the helper tests. Name collision!
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
{{#if confirmation}}
|
{{#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}}
|
{{#d-modal-body}}
|
||||||
<table class="discourse-patrons-confirmation">
|
<table class="discourse-patrons-confirmation">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@ en:
|
||||||
discourse_patrons_billing_address: "Collect billing address"
|
discourse_patrons_billing_address: "Collect billing address"
|
||||||
discourse_patrons_payment_page: "Text to be added to enter payments page. Markdown is supported."
|
discourse_patrons_payment_page: "Text to be added to enter payments page. Markdown is supported."
|
||||||
discourse_patrons_success_page: "Text to be added to success page. Markdown is supported."
|
discourse_patrons_success_page: "Text to be added to success page. Markdown is supported."
|
||||||
discourse_patrons_reward_badge_name: "Grant this badge to user when a payment is successful"
|
|
||||||
errors:
|
errors:
|
||||||
discourse_patrons_amount_must_be_currency: "Currency amounts must be currencies without dollar symbol (eg 1.50)"
|
discourse_patrons_amount_must_be_currency: "Currency amounts must be currencies without dollar symbol (eg 1.50)"
|
||||||
js:
|
js:
|
||||||
|
|
@ -21,6 +20,7 @@ en:
|
||||||
optional: Optional
|
optional: Optional
|
||||||
your_information: Your information
|
your_information: Your information
|
||||||
payment_information: Payment information
|
payment_information: Payment information
|
||||||
|
payment_confirmation: Confirm information
|
||||||
amount: Amount
|
amount: Amount
|
||||||
billing:
|
billing:
|
||||||
name: Full name
|
name: Full name
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue