Merge pull request #6358 from overleaf/jel-fix-de-ng-link

[web] Fix modal link in plans FAQ

GitOrigin-RevId: 29137e71f5f0930443660086fb3a1cc3d87b05dd
This commit is contained in:
Eric Mc Sween 2022-01-19 10:10:32 -05:00 committed by Copybot
parent f065a7a909
commit 7446523205

View file

@ -21,7 +21,7 @@
.col-md-6
h3 #{translate('faq_purchase_more_licenses_question')}
p !{translate('faq_purchase_more_licenses_answer', { groupLink: translate('discounted_group_accounts') })} 
a(href='#groups', ng-click="openGroupPlanModal()") #{translate("get_in_touch_for_details")}
a(href='#groups' data-ol-open-group-plan-modal) #{translate("get_in_touch_for_details")}
.col-md-6
h3 #{translate('faq_monthly_or_annual_question')}
p #{translate('faq_monthly_or_annual_answer')}