diff --git a/services/web/app/views/subscriptions/dashboard.jade b/services/web/app/views/subscriptions/dashboard.jade index ca08cf8bc8..29f255d4bf 100644 --- a/services/web/app/views/subscriptions/dashboard.jade +++ b/services/web/app/views/subscriptions/dashboard.jade @@ -122,7 +122,7 @@ block content div(ng-show="isMonthlyCollab && !stillInFreeTrial", style="text-align: center") span(ng-controller="ChangePlanFormController") - #{translate("interested_in_cheaper_plan",{price:'{{studentPrice}}'})} + !{translate("interested_in_cheaper_plan",{price:'{{studentPrice}}'})} button(type="submit", ng-click="downgradeToStudent()", ng-disabled='inflight').btn.btn-success #{translate("yes_please!")} p |