1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

SG-680 - Domain Add Edit Dialog - (1) Random generation of DNS TXT Record now working (2) DNS TXT Record Copyable (3) Additional translations added (4) Info callout added

This commit is contained in:
Jared Snider
2022-12-06 18:43:21 -05:00
parent 6bdc78385b
commit d58c93e517
3 changed files with 83 additions and 11 deletions

View File

@@ -5537,5 +5537,24 @@
},
"verifyDomain": {
"message": "Verify domain"
},
"copyDnsTxtRecord": {
"message": "Copy DNS TXT record"
},
"dnsTxtRecord": {
"message": "DNS TXT record"
},
"dnsTxtRecordInputHint": {
"message": "Copy and paste the TXT record into your DNS Provider."
},
"domainNameInputHint": {
"message": "Example: mydomain.com. Subdomains require separate entries to be verified."
},
"automaticDomainVerification": {
"message": "Automatic Domain Verification"
},
"automaticDomainVerificationProcess": {
"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."
}
}