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:
@@ -5557,7 +5557,25 @@
|
||||
"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": "'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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user