diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json
index 846da4d8105..641215b845f 100644
--- a/apps/web/src/locales/en/messages.json
+++ b/apps/web/src/locales/en/messages.json
@@ -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 can’t be verified, check the DNS record in your host and manually verify."
}
+
}
diff --git a/bitwarden_license/bit-web/src/app/organizations/manage/domain-verification/domain-add-edit-dialog/domain-add-edit-dialog.component.html b/bitwarden_license/bit-web/src/app/organizations/manage/domain-verification/domain-add-edit-dialog/domain-add-edit-dialog.component.html
index 34973505b03..6f35ecadeb4 100644
--- a/bitwarden_license/bit-web/src/app/organizations/manage/domain-verification/domain-add-edit-dialog/domain-add-edit-dialog.component.html
+++ b/bitwarden_license/bit-web/src/app/organizations/manage/domain-verification/domain-add-edit-dialog/domain-add-edit-dialog.component.html
@@ -3,19 +3,30 @@