mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
parent
f065a7a909
commit
7446523205
1 changed files with 1 additions and 1 deletions
|
@ -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')}
|
||||
|
|
Loading…
Reference in a new issue