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
|
||||
|
||||
* 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!
|
||||
|
|
|
@ -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}}
|
||||
<table class="discourse-patrons-confirmation">
|
||||
<tr>
|
||||
|
|
|
@ -8,7 +8,6 @@ en:
|
|||
discourse_patrons_billing_address: "Collect billing address"
|
||||
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_reward_badge_name: "Grant this badge to user when a payment is successful"
|
||||
errors:
|
||||
discourse_patrons_amount_must_be_currency: "Currency amounts must be currencies without dollar symbol (eg 1.50)"
|
||||
js:
|
||||
|
@ -21,6 +20,7 @@ en:
|
|||
optional: Optional
|
||||
your_information: Your information
|
||||
payment_information: Payment information
|
||||
payment_confirmation: Confirm information
|
||||
amount: Amount
|
||||
billing:
|
||||
name: Full name
|
||||
|
|
Loading…
Reference in New Issue