mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-27 22:29:27 +00:00
fix jslint and some settings
This commit is contained in:
parent
7f7bd52552
commit
68b4d07a94
@ -11,7 +11,7 @@ export default Discourse.Route.extend({
|
||||
return ajax("/patrons/patrons", {
|
||||
method: "get"
|
||||
}).then((result) => {
|
||||
user.set('email', result.email)
|
||||
user.set('email', result.email);
|
||||
return user;
|
||||
}).catch(() => {
|
||||
return user;
|
||||
|
@ -69,6 +69,7 @@
|
||||
</div>
|
||||
<div class="value">
|
||||
{{input type="email" value=billing.email}}
|
||||
<div class="desc">{{i18n 'discourse_patrons.payment.email_info'}}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="display-row">
|
||||
|
@ -26,6 +26,7 @@ en:
|
||||
billing:
|
||||
name: Full name
|
||||
email: Email
|
||||
email_info: A receipt is sent to this email address
|
||||
phone: Phone Number
|
||||
confirmation:
|
||||
amount: Amount
|
||||
|
Loading…
x
Reference in New Issue
Block a user