1
0
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:
Jared Snider
2022-12-09 16:53:29 -05:00
parent 964fab1782
commit 976d7c29b0
8 changed files with 113 additions and 79 deletions

View File

@@ -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 cant 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"