diff --git a/services/web/app/views/subscriptions/plans-marketing/_faq.pug b/services/web/app/views/subscriptions/plans-marketing/_faq.pug index 0e1ea257a5..9df2273557 100644 --- a/services/web/app/views/subscriptions/plans-marketing/_faq.pug +++ b/services/web/app/views/subscriptions/plans-marketing/_faq.pug @@ -31,4 +31,4 @@ p #{translate('faq_how_to_pay_answer')} .col-md-6 h3 #{translate('faq_pay_by_invoice_question')} - p !{translate('faq_pay_by_invoice_answer', {}, [{ name: 'a', attrs: { href: "#pay-by-invoice", 'ng-controller': "ContactGeneralModal", 'ng-click': "openModal()" }}])} + p !{translate('faq_pay_by_invoice_answer', {}, [{ name: 'a', attrs: { href: "#pay-by-invoice", 'data-ol-open-contact-form-modal': 'general' }}])}