Răsfoiți Sursa

Merge pull request #34513 from overleaf/kc-verify-domain-from-table

[web] verify domain from table

GitOrigin-RevId: 2e41f76be26b81f204208fab714f2e3399071499
Kate Crichton 1 lună în urmă
părinte
comite
0883e0fec0

+ 2 - 0
services/web/frontend/extracted-translations.json

@@ -515,6 +515,7 @@
   "domain_verification_grace_period_warning": "",
   "domain_verification_grace_period_warning_plural": "",
   "domain_verification_invalid_domain": "",
+  "domain_verification_not_started_explanation": "",
   "domain_verification_pending_no_attempt_yet": "",
   "done": "",
   "dont_create_personal_projects_in_managed_account": "",
@@ -2334,6 +2335,7 @@
   "verification": "",
   "verification_code": "",
   "verified": "",
+  "verify_domain": "",
   "verify_email_address_before_enabling_managed_users": "",
   "verify_your_email_address": "",
   "verifying_domain": "",

+ 2 - 0
services/web/locales/en.json

@@ -670,6 +670,7 @@
   "domain_verification_grace_period_warning": "This domain will be uncaptured in <0>__count__ day</0> if verification doesn’t succeed. Update your DNS records and retry.",
   "domain_verification_grace_period_warning_plural": "This domain will be uncaptured in <0>__count__ days</0> if verification doesn’t succeed. Update your DNS records and retry.",
   "domain_verification_invalid_domain": "The domain you entered is not valid. Please check the format and try again.",
+  "domain_verification_not_started_explanation": "Verify this domain to confirm your organization owns it.",
   "domain_verification_pending_no_attempt_yet": "Domain verification can take up to 24 hours. You can check the status manually using the retry button, or we’ll notify you by email when it’s done.",
   "done": "Done",
   "dont_create_personal_projects_in_managed_account": "Don’t create personal projects in a managed account. You can set up a personal __appName__ account under another email address.",
@@ -2968,6 +2969,7 @@
   "verification": "Verification",
   "verification_code": "Verification code",
   "verified": "Verified",
+  "verify_domain": "Verify domain",
   "verify_email_address_before_enabling_managed_users": "You need to verify your email address before enabling managed users.",
   "verify_your_email_address": "Verify your email address",
   "verifying_domain": "Verifying domain",