mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #3115 from overleaf/msm-improve-student-subscription-dialog
Improve student subscription dialog GitOrigin-RevId: 902e76612c5a6a419ca305ae37459438ad7f75eb
This commit is contained in:
parent
f5f50188ef
commit
25b9243b3f
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ div(ng-controller="RecurlySubscriptionController")
|
|||
|
||||
.div(ng-controller="RecurlyCancellationController", ng-show="showCancellation").text-center
|
||||
p
|
||||
strong #{translate("sure_you_want_to_cancel")}
|
||||
strong #{translate("wed_love_you_to_stay")}
|
||||
|
||||
div(ng-show="showExtendFreeTrial")
|
||||
p !{translate("have_more_days_to_try", {days:14})}
|
||||
|
@ -69,7 +69,7 @@ div(ng-controller="RecurlySubscriptionController")
|
|||
div(ng-controller="ChangePlanFormController")
|
||||
p !{translate("interested_in_cheaper_plan",{price:'{{studentPrice}}'})}
|
||||
p
|
||||
button(type="submit", ng-click="downgradeToStudent()", ng-disabled='inflight').btn.btn-info #{translate("yes_please")}
|
||||
button(type="submit", ng-click="downgradeToStudent()", ng-disabled='inflight').btn.btn-success #{translate("yes_move_me_to_student_plan")}
|
||||
p
|
||||
a(href, ng-click="cancelSubscription()", ng-disabled='inflight') #{translate("no_thanks_cancel_now")}
|
||||
|
||||
|
|
Loading…
Reference in a new issue