mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 18:53:29 +00:00
SG-680 - Domain verification progress - (1) CopyDnsTxt added to state service (2) Refactored dialog to use async actions (3) Dialog form changes now mark form controls as touched for more responsive error handling
This commit is contained in:
@@ -5538,6 +5538,9 @@
|
||||
"verifyDomain": {
|
||||
"message": "Verify domain"
|
||||
},
|
||||
"reverifyDomain": {
|
||||
"message": "Reverify domain"
|
||||
},
|
||||
"copyDnsTxtRecord": {
|
||||
"message": "Copy DNS TXT record"
|
||||
},
|
||||
@@ -5557,7 +5560,7 @@
|
||||
"message": "Bitwarden will attempt to verify the domain 3 times during the first 72 hours. If the domain can’t be verified, check the DNS record in your host and manually verify."
|
||||
},
|
||||
"invalidDomainNameMessage": {
|
||||
"message": "Input is not a valid format. Example: mydomain.com. Subdomains require separate entries to be verified."
|
||||
"message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
|
||||
},
|
||||
"domainRemoved": {
|
||||
"message": "Domain removed"
|
||||
|
||||
Reference in New Issue
Block a user