mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #7240 from overleaf/mf-subscribe-survey-link
[web] Add a new survey link after user successfully subscribed GitOrigin-RevId: d9b260e3727dbbdfd93ccc118be10be7aed246f2
This commit is contained in:
parent
5f5b17c6e9
commit
4221825a18
2 changed files with 3 additions and 1 deletions
|
@ -23,6 +23,7 @@ block content
|
||||||
p #{translate("need_anything_contact_us_at")}
|
p #{translate("need_anything_contact_us_at")}
|
||||||
a(href=`mailto:${settings.adminEmail}`, ng-non-bindable) #{settings.adminEmail}
|
a(href=`mailto:${settings.adminEmail}`, ng-non-bindable) #{settings.adminEmail}
|
||||||
| .
|
| .
|
||||||
|
p !{translate("help_improve_overleaf_fill_out_this_survey", {}, [{name: 'a', attrs: {href: 'https://forms.gle/CdLNX9m6NLxkv1yr5', target:'_blank', rel:'noopener noreferrer'}}])}
|
||||||
p #{translate("regards")},
|
p #{translate("regards")},
|
||||||
br(ng-non-bindable)
|
br(ng-non-bindable)
|
||||||
| The #{settings.appName} Team
|
| The #{settings.appName} Team
|
||||||
|
|
|
@ -1610,5 +1610,6 @@
|
||||||
"keep_your_email_updated": "Keep your email updated so that you don’t lose access to your account and data.",
|
"keep_your_email_updated": "Keep your email updated so that you don’t lose access to your account and data.",
|
||||||
"learn_more_about_emails": "<0>Learn more</0> about managing your __appName__ emails.",
|
"learn_more_about_emails": "<0>Learn more</0> about managing your __appName__ emails.",
|
||||||
"thank_you_email_checked": "Thank you, we’re now taking you back to the projects page",
|
"thank_you_email_checked": "Thank you, we’re now taking you back to the projects page",
|
||||||
"change_primary_email_address_instructions": "To change your primary email, please add your new primary email address first (by clicking <0>Add another email</0>) and confirm it. Then click the <0>Make Primary</0> button. <1>Learn more</1> about managing your __appName__ emails."
|
"change_primary_email_address_instructions": "To change your primary email, please add your new primary email address first (by clicking <0>Add another email</0>) and confirm it. Then click the <0>Make Primary</0> button. <1>Learn more</1> about managing your __appName__ emails.",
|
||||||
|
"help_improve_overleaf_fill_out_this_survey": "If you would like to help us improve Overleaf, please take a moment to fill out <0>this survey</0>."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue