mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-06 22:49:30 +00:00
Add privacy measures for onboarding data collection (#16121)
* Privacy measures for onboarding data collection * remove unused * remove single quote * translation update * Update aria-expanded attribute * Update privacy notice link and newsletter message * Fix cookie banner visibility issue * Add name usage explanation in onboarding step 1 * apply PR suggestions * expire code message * Remove unused translation key GitOrigin-RevId: 63bfb55def757d464b3b3ce0081c0788aab17e67
This commit is contained in:
parent
8e24d68445
commit
96c11e8755
3 changed files with 34 additions and 13 deletions
|
@ -475,7 +475,6 @@
|
|||
"headers": "",
|
||||
"help": "",
|
||||
"help_improve_overleaf_fill_out_this_survey": "",
|
||||
"helps_us_tailor_your_experience": "",
|
||||
"hide_configuration": "",
|
||||
"hide_deleted_user": "",
|
||||
"hide_document_preamble": "",
|
||||
|
@ -526,6 +525,8 @@
|
|||
"hotkey_undo": "",
|
||||
"hotkeys": "",
|
||||
"how_it_works": "",
|
||||
"how_we_use_your_data": "",
|
||||
"how_we_use_your_data_explanation": "",
|
||||
"i_want_to_stay": "",
|
||||
"id": "",
|
||||
"if_you_need_to_customize_your_table_further_you_can": "",
|
||||
|
@ -1446,7 +1447,6 @@
|
|||
"word_count": "",
|
||||
"work_offline": "",
|
||||
"work_with_non_overleaf_users": "",
|
||||
"would_you_like_to_receive_newsletter": "",
|
||||
"writefull": "",
|
||||
"writefull_how_to": "",
|
||||
"writefull_settings_description": "",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
max-width: 400px;
|
||||
padding: 24px;
|
||||
margin: 0 auto;
|
||||
background: #fff;
|
||||
background: @white;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 24px;
|
||||
|
@ -31,14 +31,20 @@
|
|||
}
|
||||
}
|
||||
|
||||
.onboarding-data-collection-form {
|
||||
.onboarding-data-collection-wrapper {
|
||||
max-width: 720px;
|
||||
padding: 24px;
|
||||
margin: 0 auto;
|
||||
background: #fff;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 24px;
|
||||
gap: 10px;
|
||||
|
||||
.onboarding-data-collection-form {
|
||||
background: #fff;
|
||||
padding: 24px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 24px;
|
||||
}
|
||||
|
||||
.ui-select-container,
|
||||
.select-wrapper {
|
||||
|
@ -126,6 +132,21 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.onboarding-collapse-button {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
color: @blue-50;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.onboarding-collapse-button,
|
||||
.onboarding-privacy-extended {
|
||||
@media (max-width: @screen-xs-max) {
|
||||
padding: 0 24px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.onboarding-data-collection-form-margin {
|
||||
|
|
|
@ -527,7 +527,7 @@
|
|||
"examples": "Examples",
|
||||
"existing_plan_active_until_term_end": "Your existing plan and its features will remain active until the end of the current billing period.",
|
||||
"expand": "Expand",
|
||||
"expired_confirmation_code": "That didn’t work. Please check the code and try again. Or click <0>Resend confirmation code</0> to get a new one.",
|
||||
"expired_confirmation_code": "Your confirmation code has expired. Click <0>Resend confirmation code</0> to get a new one.",
|
||||
"expires": "Expires",
|
||||
"expiry": "Expiry Date",
|
||||
"export_csv": "Export CSV",
|
||||
|
@ -742,7 +742,6 @@
|
|||
"help_articles_matching": "Help articles matching your subject",
|
||||
"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>.",
|
||||
"help_us_spread_word": "Help us spread the word about __appName__",
|
||||
"helps_us_tailor_your_experience": "This helps us tailor your Overleaf experience.",
|
||||
"hide_configuration": "Hide configuration",
|
||||
"hide_deleted_user": "Hide deleted users",
|
||||
"hide_document_preamble": "Hide document preamble",
|
||||
|
@ -796,6 +795,8 @@
|
|||
"how_it_works": "How it works",
|
||||
"how_to_create_tables": "How to create tables",
|
||||
"how_to_insert_images": "How to insert images",
|
||||
"how_we_use_your_data": "How we use your data",
|
||||
"how_we_use_your_data_explanation": "<0>Please help us continue to improve Overleaf by answering a few quick questions. Your answers will help us and our corporate group understand more about our user base. We may use this information to improve your Overleaf experience, for example by providing personalized onboarding, upgrade prompts, help suggestions, and tailored marketing communications (if you’ve opted-in to receive them).</0><1>For more details on how we use your personal data, please see our <0>Privacy Notice</0>.</1>",
|
||||
"hundreds_templates_info": "Produce beautiful documents starting from our gallery of LaTeX templates for journals, conferences, theses, reports, CVs and much more.",
|
||||
"i_want_to_stay": "I want to stay",
|
||||
"id": "ID",
|
||||
|
@ -866,7 +867,7 @@
|
|||
"integrations": "Integrations",
|
||||
"interested_in": "Interested in",
|
||||
"interested_in_cheaper_personal_plan": "Would you be interested in the cheaper <0>__price__</0> Personal plan?",
|
||||
"invalid_confirmation_code": "That didn’t work. Please check the code and try again. Or click <0>Resend confirmation code</0> to get a new one.",
|
||||
"invalid_confirmation_code": "That didn’t work. Please check the code and try again.",
|
||||
"invalid_email": "An email address is invalid",
|
||||
"invalid_file_name": "Invalid File Name",
|
||||
"invalid_filename": "Upload failed: check that the file name doesn’t contain special characters, trailing/leading whitespace or more than __nameLimit__ characters",
|
||||
|
@ -1147,7 +1148,7 @@
|
|||
"newsletter_info_summary": "Every few months we send a newsletter out summarizing the new features available.",
|
||||
"newsletter_info_title": "Newsletter Preferences",
|
||||
"newsletter_info_unsubscribed": "You are currently <0>unsubscribed</0> to the __appName__ newsletter.",
|
||||
"newsletter_onboarding_accept": "Yes, I’d like to get relevant help resources, news, and feature updates.",
|
||||
"newsletter_onboarding_accept": "I’d like emails about product offers and company news and events.",
|
||||
"next": "Next",
|
||||
"next_payment_of_x_collectected_on_y": "The next payment of <0>__paymentAmmount__</0> will be collected on <1>__collectionDate__</1>.",
|
||||
"nl": "Dutch",
|
||||
|
@ -2070,7 +2071,7 @@
|
|||
"visual_editor_is_only_available_for_tex_files": "Visual Editor is only available for TeX files",
|
||||
"want_change_to_apply_before_plan_end": "If you wish this change to apply before the end of your current billing period, please contact us.",
|
||||
"we_cant_find_any_sections_or_subsections_in_this_file": "We can’t find any sections or subsections in this file",
|
||||
"we_do_not_share_personal_information": "We do not share or sell any personal information.",
|
||||
"we_do_not_share_personal_information": "See our <0>Privacy Notice</0> for details of how we treat your personal data",
|
||||
"we_logged_you_in": "We have logged you in.",
|
||||
"we_may_also_contact_you_from_time_to_time_by_email_with_a_survey": "<0>We may also contact you</0> from time to time by email with a survey, or to see if you would like to participate in other user research initiatives",
|
||||
"we_sent_new_code": "We’ve sent a new code. If it doesn’t arrive, make sure to check your spam and any promotions folders.",
|
||||
|
@ -2101,7 +2102,6 @@
|
|||
"work_with_non_overleaf_users": "Work with non Overleaf users",
|
||||
"work_with_word_users": "Work with Word users",
|
||||
"work_with_word_users_blurb": "__appName__ is so easy to get started with that you’ll be able to invite your non-LaTeX colleagues to contribute directly to your LaTeX documents. They’ll be productive from day one and be able to pick up small amounts of LaTeX as they go.",
|
||||
"would_you_like_to_receive_newsletter": "Would you like to receive tailored content from Overleaf?",
|
||||
"would_you_like_to_see_a_university_subscription": "Would you like to see a university-wide __appName__ subscription at your university?",
|
||||
"writefull": "Writefull",
|
||||
"writefull_how_to": "[COPY PLACEHOLDER] to use Writefull, select some text and press the shortcut key. a toolbar will appear with the results.",
|
||||
|
|
Loading…
Add table
Reference in a new issue