From dc19e00b0eab8aa16e01bef77e015982fdca836b Mon Sep 17 00:00:00 2001 From: Domagoj Kriskovic Date: Thu, 14 Dec 2023 14:10:07 +0100 Subject: [PATCH] Add details provided by Google explanation to onboarding form (#16216) * Add details provided by Google explanation to onboarding form * Add UserProvider and setDefaultMeta in OnboardingDataCollectionStory * check if first name and last name exists * refactor google check * refactor name check * using req.session.registeredVia * Fix formatting GitOrigin-RevId: 2c9f031f620ae3c1320b00e7c9f47637f5559275 --- services/web/frontend/extracted-translations.json | 1 + services/web/locales/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 1a519ea2c7..6879d5ff4f 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -258,6 +258,7 @@ "demonstrating_track_changes_feature": "", "department": "", "description": "", + "details_provided_by_google_explanation": "", "dictionary": "", "did_you_know_institution_providing_professional": "", "did_you_know_that_overleaf_offers": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 706cb30f4b..29be91fd97 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -393,6 +393,7 @@ "department": "Department", "descending": "Descending", "description": "Description", + "details_provided_by_google_explanation": "Your details were provided by your Google account. Please check you’re happy with them.", "dictionary": "Dictionary", "did_you_know_institution_providing_professional": "Did you know that __institutionName__ is providing <0>free __appName__ Professional features to everyone at __institutionName__?", "did_you_know_that_overleaf_offers": "Did you know that __appName__ offers group and organization-wide subscription options? Request information or a quote.",