diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json
index db7332f4c2b..1d28ff1f1be 100644
--- a/apps/web/src/locales/en/messages.json
+++ b/apps/web/src/locales/en/messages.json
@@ -11369,8 +11369,8 @@
"domainStatusClaimed": {
"message": "Claimed"
},
- "domainStatusUnderVerification": {
- "message": "Under verification"
+ "domainStatusPending": {
+ "message": "Pending"
},
"claimedDomainsDescription": {
"message": "Claim a domain to own member accounts. The SSO identifier page will be skipped during login for members with claimed domains and administrators will be able to delete claimed accounts."
diff --git a/bitwarden_license/bit-web/src/app/admin-console/organizations/manage/domain-verification/domain-add-edit-dialog/domain-add-edit-dialog.component.html b/bitwarden_license/bit-web/src/app/admin-console/organizations/manage/domain-verification/domain-add-edit-dialog/domain-add-edit-dialog.component.html
index a2b231ffd48..f7afb4a5f6c 100644
--- a/bitwarden_license/bit-web/src/app/admin-console/organizations/manage/domain-verification/domain-add-edit-dialog/domain-add-edit-dialog.component.html
+++ b/bitwarden_license/bit-web/src/app/admin-console/organizations/manage/domain-verification/domain-add-edit-dialog/domain-add-edit-dialog.component.html
@@ -10,12 +10,8 @@
{{ "claimDomain" | i18n }}
-
- {{ data.orgDomain.domainName }}
-
-
- {{ "domainStatusUnderVerification" | i18n }}
+ {{ "domainStatusPending" | i18n }}
{{ "domainStatusClaimed" | i18n }}
@@ -25,7 +21,6 @@
{{ "domainName" | i18n }}
- {{ "claimDomainNameInputHint" | i18n }}