diff --git a/services/web/app/views/subscriptions/successful_subscription.pug b/services/web/app/views/subscriptions/successful_subscription.pug index 769ca7f8ab..dbd1035dae 100644 --- a/services/web/app/views/subscriptions/successful_subscription.pug +++ b/services/web/app/views/subscriptions/successful_subscription.pug @@ -23,6 +23,7 @@ block content p #{translate("need_anything_contact_us_at")} 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")}, br(ng-non-bindable) | The #{settings.appName} Team diff --git a/services/web/locales/en.json b/services/web/locales/en.json index bb24e79671..9013d9128e 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1610,5 +1610,6 @@ "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 about managing your __appName__ emails.", "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) and confirm it. Then click the <0>Make Primary button. <1>Learn more 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) and confirm it. Then click the <0>Make Primary button. <1>Learn more 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." }