mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #492 from sharelatex/jel-annual-buy-text
Update button text for annual plan
This commit is contained in:
commit
8bedd99d73
1 changed files with 3 additions and 1 deletions
|
@ -194,7 +194,9 @@ block content
|
|||
span(ng-show="processing")
|
||||
i.fa.fa-spinner.fa-spin
|
||||
|
|
||||
| {{ paymentMethod.value === 'credit_card' ? '#{translate("upgrade_cc_btn")}' : '#{translate("upgrade_paypal_btn")}' }}
|
||||
span(ng-if="paymentMethod.value === 'credit_card'")
|
||||
| {{ monthlyBilling ? '#{translate("upgrade_cc_btn")}' : '#{translate("upgrade_now")}'}}
|
||||
span(ng-if="paymentMethod.value !== 'credit_card'") #{translate("upgrade_paypal_btn")}
|
||||
|
||||
|
||||
.col-md-3.col-md-pull-4
|
||||
|
|
Loading…
Reference in a new issue