From 40c99d0683ae8a707eb6ecaa1300ca71d00234a2 Mon Sep 17 00:00:00 2001
From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com>
Date: Tue, 27 Feb 2024 09:59:33 -0600
Subject: [PATCH] Merge pull request #17288 from
overleaf/jel-confirm-email-delete-config
[web] Add input to confirm email before deleting SSO config
GitOrigin-RevId: fa1e5556fe991583178dbfdd886e723c65d047c1
---
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 0b2eada6c3..a61acce16b 100644
--- a/services/web/frontend/extracted-translations.json
+++ b/services/web/frontend/extracted-translations.json
@@ -342,6 +342,7 @@
"educational_discount_for_groups_of_x_or_more": "",
"educational_percent_discount_applied": "",
"email": "",
+ "email_address": "",
"email_already_registered": "",
"email_confirmed_onboarding": "",
"email_confirmed_onboarding_message": "",
diff --git a/services/web/locales/en.json b/services/web/locales/en.json
index 11bc4e317c..a6d9f57dd9 100644
--- a/services/web/locales/en.json
+++ b/services/web/locales/en.json
@@ -491,6 +491,7 @@
"educational_discount_for_groups_of_x_or_more": "The educational discount is available for groups of __size__ or more",
"educational_percent_discount_applied": "__percent__% educational discount applied!",
"email": "Email",
+ "email_address": "Email address",
"email_already_associated_with": "The __email1__ email is already associated with the __email2__ __appName__ account.",
"email_already_registered": "This email is already registered",
"email_already_registered_secondary": "This email is already registered as a secondary email",