1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

SG-680 - DomainAddEditDialog - Unique domain name enforcement implemented

This commit is contained in:
Jared Snider
2022-12-08 18:14:57 -05:00
parent 64daf70cea
commit cbd6e96aa4
4 changed files with 47 additions and 6 deletions

View File

@@ -5568,6 +5568,9 @@
"domainVerified": {
"message": "Domain verified"
},
"duplicateDomainError": {
"message": "You can't claim the same domain twice."
},
"domainNotVerified": {
"message": "$DOMAIN$ not verified. Check your DNS record.",
"placeholders": {
@@ -5577,5 +5580,4 @@
}
}
}
}