mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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
This commit is contained in:
parent
8dbf2b64f8
commit
2520a10e4c
2 changed files with 2 additions and 0 deletions
|
@ -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": "",
|
||||
|
|
|
@ -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</0> 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.",
|
||||
|
|
Loading…
Reference in a new issue