mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #17288 from overleaf/jel-confirm-email-delete-config
[web] Add input to confirm email before deleting SSO config GitOrigin-RevId: fa1e5556fe991583178dbfdd886e723c65d047c1
This commit is contained in:
parent
c704a4b79a
commit
b5c2423797
2 changed files with 2 additions and 0 deletions
|
@ -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": "",
|
||||
|
|
|
@ -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 <b>__email1__</b> email is already associated with the <b>__email2__</b> <b>__appName__</b> account.",
|
||||
"email_already_registered": "This email is already registered",
|
||||
"email_already_registered_secondary": "This email is already registered as a secondary email",
|
||||
|
|
Loading…
Reference in a new issue