From 926218ed1be19558e9d2e63a7bf5f7264aa789d1 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Wed, 22 May 2024 06:08:07 -0700 Subject: [PATCH] [web] Add sales-related option in all of our contact forms (#18395) - in /contact page - in navbar -> Help - in the plans page - in the editor left menu GitOrigin-RevId: e9cecafe7c16a23155fca083dbb680ad1f6fe407 --- 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 0bcf487f5a..5ece4880a8 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -216,6 +216,7 @@ "contact_sales": "", "contact_support_to_change_group_subscription": "", "contact_us": "", + "contacting_the_sales_team": "", "continue": "", "continue_github_merge": "", "continue_to": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 6d3d483841..4abf6c3ba8 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -314,6 +314,7 @@ "contact_support_to_change_group_subscription": "Please <0>contact support if you wish to change your group subscription.", "contact_us": "Contact Us", "contact_us_lowercase": "Contact us", + "contacting_the_sales_team": "Contacting the Sales team", "continue": "Continue", "continue_github_merge": "I have manually merged. Continue", "continue_to": "Continue to __appName__",