Просмотр исходного кода

Merge pull request #32503 from overleaf/kc-domain-verification-error-messages

[web] domain verification error messages

GitOrigin-RevId: a5a04934a8675741c4dc6a4779c2c90cbf54c04d
Kate Crichton 3 месяцев назад
Родитель
Сommit
e7cfcbdc66
2 измененных файлов с 4 добавлено и 0 удалено
  1. 2 0
      services/web/frontend/extracted-translations.json
  2. 2 0
      services/web/locales/en.json

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

@@ -494,10 +494,12 @@
   "doing_this_will_verify_affiliation_and_allow_log_in_2": "",
   "domain": "",
   "domain_capture": "",
+  "domain_verification_already_registered": "",
   "domain_verification_failed_dns_error": "",
   "domain_verification_failed_internal_error": "",
   "domain_verification_failed_no_token": "",
   "domain_verification_failed_wrong_token": "",
+  "domain_verification_invalid_domain": "",
   "done": "",
   "dont_create_personal_projects_in_managed_account": "",
   "dont_forget_you_currently_have": "",

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

@@ -655,10 +655,12 @@
   "doing_this_will_verify_affiliation_and_allow_log_in_2": "Doing this will verify your affiliation with <0>__institutionName__</0> and will allow you to log in to <0>__appName__</0> through your institution.",
   "domain": "Domain",
   "domain_capture": "Domain capture",
+  "domain_verification_already_registered": "A verification record for this domain already exists.",
   "domain_verification_failed_dns_error": "Your DNS returned an error. Please try again in a few moments.",
   "domain_verification_failed_internal_error": "Domain verification failed due to an internal error. Please try again in a few moments. If the problem continues please <0>contact us</0>.",
   "domain_verification_failed_no_token": "We could not find the TXT record in your DNS settings. If you just updated your DNS settings, please allow some time for the changes to propagate and try again.",
   "domain_verification_failed_wrong_token": "The TXT record in your DNS settings does not match the token we provided. Please verify the token we provided matches your DNS TXT record.",
+  "domain_verification_invalid_domain": "The domain you entered is not valid. Please check the format and try again.",
   "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.",
   "dont_forget_you_currently_have": "Don’t forget, you currently have:",