mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix Wording in Subscription Cancellation Flow (#1723)
Fix Wording in Subscription Cancellation Flow GitOrigin-RevId: 27b89982d0ac9d4bc9e9b985df2dd515253a1368
This commit is contained in:
parent
2a73d8106b
commit
44ba16bb7c
1 changed files with 1 additions and 2 deletions
|
@ -45,7 +45,7 @@ div(ng-controller="RecurlySubscriptionController")
|
|||
|
||||
.div(ng-controller="RecurlyCancellationController", ng-show="showCancellation").text-center
|
||||
p
|
||||
strong Are you sure you want to cancel?
|
||||
strong #{translate("sure_you_want_to_cancel")}
|
||||
|
||||
div(ng-show="showExtendFreeTrial")
|
||||
p !{translate("have_more_days_to_try", {days:14})}
|
||||
|
@ -63,7 +63,6 @@ div(ng-controller="RecurlySubscriptionController")
|
|||
a(href, ng-click="cancelSubscription()", ng-disabled='inflight') #{translate("no_thanks_cancel_now")}
|
||||
|
||||
div(ng-show="showBasicCancel")
|
||||
p #{translate("sure_you_want_to_cancel")}
|
||||
p
|
||||
a(href, ng-click="switchToDefaultView()").btn.btn-info #{translate("i_want_to_stay")}
|
||||
p
|
||||
|
|
Loading…
Reference in a new issue