Fix Wording in Subscription Cancellation Flow (#1723)

Fix Wording in Subscription Cancellation Flow

GitOrigin-RevId: 27b89982d0ac9d4bc9e9b985df2dd515253a1368
This commit is contained in:
Timothée Alby 2019-04-23 10:20:49 -04:00 committed by sharelatex
parent 2a73d8106b
commit 44ba16bb7c

View file

@ -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