From 6e3acd39bfe2b61baf8a70af6db9561bf33f824b Mon Sep 17 00:00:00 2001 From: MoxAmber Date: Tue, 7 Jan 2025 08:56:42 +0000 Subject: [PATCH] Add confirmation disclaimer for educational discounts (#22552) GitOrigin-RevId: 7a84f047be482c820b71e2d2bf4c5b076e24cfa6 --- services/web/frontend/extracted-translations.json | 2 ++ services/web/locales/en.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 7d75882750..5016614a53 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -442,6 +442,8 @@ "editor_limit_exceeded_in_this_project": "", "editor_only_hide_pdf": "", "editor_theme": "", + "educational_disclaimer": "", + "educational_disclaimer_heading": "", "educational_discount_for_groups_of_x_or_more": "", "educational_percent_discount_applied": "", "email": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index e2a64ffe73..5fa0a59270 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -590,6 +590,8 @@ "editor_limit_exceeded_in_this_project": "Too many editors in this project", "editor_only_hide_pdf": "Editor only <0>(hide PDF)", "editor_theme": "Editor theme", + "educational_disclaimer": "I confirm that users will be students or faculty using Overleaf primarily for study and teaching, and can provide evidence of this if requested.", + "educational_disclaimer_heading": "Educational discount confirmation", "educational_discount_applied": "40% educational discount applied!", "educational_discount_available_for_groups_of_ten_or_more": "The educational discount is available for groups of 10 or more", "educational_discount_disclaimer": "This license is for educational purposes (applies to students or faculty using Overleaf for teaching)",