diff --git a/services/web/app/views/layout/fat-footer.pug b/services/web/app/views/layout/fat-footer.pug index 8007fec758..38d9810996 100644 --- a/services/web/app/views/layout/fat-footer.pug +++ b/services/web/app/views/layout/fat-footer.pug @@ -63,7 +63,7 @@ footer.fat-footer.hidden-print li a(href="/for/community/advisors") #{translate('become_an_advisor')} li - a(href="https://calendly.com/overleaf/user-research") #{translate('participate_in_user_research')} + a(href="https://forms.gle/67PSpN1bLnjGCmPQ9") #{translate('let_us_know_what_you_think')} if user li a(href="/beta/participate") #{translate('join_beta_program')} diff --git a/services/web/locales/da.json b/services/web/locales/da.json index d3032a1e26..d7eb0fd9dd 100644 --- a/services/web/locales/da.json +++ b/services/web/locales/da.json @@ -1078,7 +1078,6 @@ "page_not_found": "Side ikke fundet", "pagination_navigation": "Side navigation", "partial_outline_warning": "Dispositionen er forældet. Den vil blive opdateret når du foretager ændringer i dokumentet", - "participate_in_user_research": "Deltag i brugerforskning", "password": "Kodeord", "password_cant_be_the_same_as_current_one": "Kodeordet kan ikke være det samme som det nuværende", "password_change_old_password_wrong": "Det gamle kodeord er forkert.", diff --git a/services/web/locales/de.json b/services/web/locales/de.json index d3dc7efc8b..cd02ec82f3 100644 --- a/services/web/locales/de.json +++ b/services/web/locales/de.json @@ -1057,7 +1057,6 @@ "page_current": "Seite __page__, Aktuelle Seite", "page_not_found": "Seite nicht gefunden", "pagination_navigation": "Seitenumbruch-Navigation", - "participate_in_user_research": "Beteilige dich an der Nutzerforschung", "password": "Passwort", "password_change_old_password_wrong": "Dein altes Passwort ist falsch", "password_change_passwords_do_not_match": "Passwörter stimmen nicht überein", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 163e91b741..3c25851157 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -946,6 +946,7 @@ "leave_projects": "Leave Projects", "left": "Left", "let_us_know": "Let us know", + "let_us_know_what_you_think": "Let us know what you think", "license": "License", "license_for_educational_purposes": "This license is for educational purposes (applies to students or faculty using __appName__ for teaching)", "limited_offer": "Limited offer", @@ -1226,7 +1227,6 @@ "page_not_found": "Page Not Found", "pagination_navigation": "Pagination Navigation", "partial_outline_warning": "The File outline is out of date. It will update itself as you edit the document", - "participate_in_user_research": "Participate in user research", "password": "Password", "password_cant_be_the_same_as_current_one": "Password can’t be the same as current one", "password_change_old_password_wrong": "Your old password is wrong",