From 43a88a0939e295445c747c4d987076138d270e30 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Wed, 6 May 2020 09:58:11 -0500 Subject: [PATCH] Merge pull request #2806 from overleaf/jel-add-space-change-plan Add a space before "Change plan" GitOrigin-RevId: 99e39a65c251d5a09964891b3355b919b06df877 --- .../subscriptions/dashboard/_personal_subscription_recurly.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/views/subscriptions/dashboard/_personal_subscription_recurly.pug b/services/web/app/views/subscriptions/dashboard/_personal_subscription_recurly.pug index 78a046d8e7..76d8e57885 100644 --- a/services/web/app/views/subscriptions/dashboard/_personal_subscription_recurly.pug +++ b/services/web/app/views/subscriptions/dashboard/_personal_subscription_recurly.pug @@ -9,7 +9,7 @@ div(ng-controller="RecurlySubscriptionController") when "active" p !{translate("currently_subscribed_to_plan", {planName:"" + personalSubscription.plan.name + ""})} | - a(href, ng-click="switchToChangePlanView()", ng-if="showChangePlanButton") !{translate("change_plan")}. + a(href, ng-click="switchToChangePlanView()", ng-if="showChangePlanButton")  !{translate("change_plan")}. -if (personalSubscription.recurly.trialEndsAtFormatted && personalSubscription.recurly.trial_ends_at > Date.now()) p You're on a free trial which ends on #{personalSubscription.recurly.trialEndsAtFormatted} p !{translate("next_payment_of_x_collectected_on_y", {paymentAmmount:"" + personalSubscription.recurly.price + "", collectionDate:"" + personalSubscription.recurly.nextPaymentDueAt + ""})}