Merge pull request #34029 from overleaf/kc-domain-capture-status-note
[web] Add domain capture status note to group settings GitOrigin-RevId: dbe6a67d088c3e19207ed7bee127d2b33ff9fdcc
This commit is contained in:
@@ -508,6 +508,9 @@
|
||||
"doing_this_will_verify_affiliation_and_allow_log_in_2": "",
|
||||
"domain": "",
|
||||
"domain_capture": "",
|
||||
"domain_capture_explanation": "",
|
||||
"domain_capture_is_enabled": "",
|
||||
"domain_capture_is_not_enabled": "",
|
||||
"domain_verification_already_registered": "",
|
||||
"domain_verification_failed_dns_error": "",
|
||||
"domain_verification_failed_internal_error": "",
|
||||
|
||||
@@ -31,7 +31,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
.managed-users-enabled {
|
||||
.managed-users-enabled,
|
||||
.domain-capture-enabled {
|
||||
color: var(--content-positive);
|
||||
|
||||
.icon {
|
||||
|
||||
@@ -668,6 +668,9 @@
|
||||
"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_capture_explanation": "Domain capture lets your organization consolidate user accounts created with a company-verified email domain. <0>Learn about domain capture.</0>",
|
||||
"domain_capture_is_enabled": "Domain capture is enabled",
|
||||
"domain_capture_is_not_enabled": "Domain capture is not enabled",
|
||||
"domain_verification_already_registered": "A verification record for this domain already exists.",
|
||||
"domain_verification_failed_dns_error": "Your DNS returned an error. 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>.",
|
||||
|
||||
Reference in New Issue
Block a user