From 89cfd98af34acd333cde8fa11008c1198f2caccb Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Thu, 15 Mar 2018 11:18:06 -0500 Subject: [PATCH] Add details to analytics label --- services/web/app/views/subscriptions/plans.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/app/views/subscriptions/plans.pug b/services/web/app/views/subscriptions/plans.pug index 032b535026..bafb855ff7 100644 --- a/services/web/app/views/subscriptions/plans.pug +++ b/services/web/app/views/subscriptions/plans.pug @@ -167,7 +167,7 @@ block content br a.btn.btn-info( ng-href="/user/subscription/new?planCode=student{{ plansVariant == 'default' ? planQueryString : '_'+plansVariant }}¤cy={{currencyCode}}", - ng-click="signUpNowClicked('student')" + ng-click="signUpNowClicked('student-monthly')" ) #{translate("start_free_trial")} .col-md-4 @@ -190,7 +190,7 @@ block content br a.btn.btn-info( ng-href="/user/subscription/new?planCode=student-annual{{ plansVariant == 'default' ? '' : '_'+plansVariant }}¤cy={{currencyCode}}", - ng-click="signUpNowClicked('student')" + ng-click="signUpNowClicked('student-annual')" ) #{translate("buy_now")}