1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

SG-680 - Domain verification progress - (1) Table layout + loading working for the most part (more translations needed (2) Add & edit opening dialog (3) Dialog first draft of save and verify

This commit is contained in:
Jared Snider
2022-12-08 17:53:37 -05:00
parent 19e7513d65
commit 64daf70cea
8 changed files with 237 additions and 64 deletions

View File

@@ -5557,7 +5557,25 @@
"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": "'https://', 'http://', or 'www.' domain prefixes not allowed."
"message": "Input is not a valid format. Example: mydomain.com. Subdomains require separate entries to be verified."
},
"domainRemoved": {
"message": "Domain removed"
},
"domainSaved": {
"message": "Domain saved"
},
"domainVerified": {
"message": "Domain verified"
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
"DOMAIN": {
"content": "$1",
"example": "bitwarden.com"
}
}
}
}