diff --git a/src/lib/components/domains/nameserverTable.svelte b/src/lib/components/domains/nameserverTable.svelte
index 37ff46823..2b7a01d0e 100644
--- a/src/lib/components/domains/nameserverTable.svelte
+++ b/src/lib/components/domains/nameserverTable.svelte
@@ -40,7 +40,7 @@
{/if}
- Add the following nameservers on your DNS provider. Note that changes may take up to 48
+ Add the following nameservers on your DNS provider. Note that DNS changes may take up to 48
hours to propagate fully.
diff --git a/src/routes/(console)/organization-[organization]/domains/recordsCard.svelte b/src/routes/(console)/organization-[organization]/domains/recordsCard.svelte
index 6d3d8b41a..fbb0ed86f 100644
--- a/src/routes/(console)/organization-[organization]/domains/recordsCard.svelte
+++ b/src/routes/(console)/organization-[organization]/domains/recordsCard.svelte
@@ -84,8 +84,8 @@
{/if}
- Add the following nameservers on your DNS provider. Note that changes may take up to
- 48 hours to propagate fully.
+ Add the following nameservers on your DNS provider. Note that DNS changes may take
+ up to 48 hours to propagate fully.
diff --git a/src/routes/(console)/organization-[organization]/domains/retryDomainModal.svelte b/src/routes/(console)/organization-[organization]/domains/retryDomainModal.svelte
index de237930a..806ffac47 100644
--- a/src/routes/(console)/organization-[organization]/domains/retryDomainModal.svelte
+++ b/src/routes/(console)/organization-[organization]/domains/retryDomainModal.svelte
@@ -64,8 +64,8 @@
>{selectedDomain.domain}
- Add the following nameservers on your DNS provider. Note that changes may take up to 48
- hours to propagate fully.
+ Add the following nameservers on your DNS provider. Note that DNS changes may take up to
+ 48 hours to propagate fully.
diff --git a/src/routes/(console)/project-[region]-[project]/functions/function-[function]/domains/recordsCard.svelte b/src/routes/(console)/project-[region]-[project]/functions/function-[function]/domains/recordsCard.svelte
index 07a2da2c4..55e9b5a95 100644
--- a/src/routes/(console)/project-[region]-[project]/functions/function-[function]/domains/recordsCard.svelte
+++ b/src/routes/(console)/project-[region]-[project]/functions/function-[function]/domains/recordsCard.svelte
@@ -25,8 +25,8 @@
- Add the following nameservers on your DNS provider. Note that changes may take
- up to 48 hours to propagate fully.
+ Add the following nameservers on your DNS provider. Note that DNS changes may
+ take up to 48 hours to propagate fully.
diff --git a/src/routes/(console)/project-[region]-[project]/sites/site-[site]/domains/add-domain/+page.svelte b/src/routes/(console)/project-[region]-[project]/sites/site-[site]/domains/add-domain/+page.svelte
index d511fc88f..90f8c679d 100644
--- a/src/routes/(console)/project-[region]-[project]/sites/site-[site]/domains/add-domain/+page.svelte
+++ b/src/routes/(console)/project-[region]-[project]/sites/site-[site]/domains/add-domain/+page.svelte
@@ -114,7 +114,7 @@
if (verified) {
addNotification({
type: 'success',
- message: 'Domain added successfully'
+ message: 'Domain verified successfully'
});
await goto(routeBase);
} else {