Skip to content

Commit e93a775

Browse files
committed
text
1 parent fcfa4c5 commit e93a775

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/lib/components/domains/nameserverTable.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
{/if}
4141
</Layout.Stack>
4242
<Typography.Text variant="m-400">
43-
Add the following nameservers on your DNS provider. Note that changes may take up to 48
43+
Add the following nameservers on your DNS provider. Note that DNS changes may take up to 48
4444
hours to propagate fully.
4545
</Typography.Text>
4646
</Layout.Stack>

src/routes/(console)/organization-[organization]/domains/recordsCard.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
{/if}
8585
</Layout.Stack>
8686
<Typography.Text variant="m-400">
87-
Add the following nameservers on your DNS provider. Note that changes may take up to
88-
48 hours to propagate fully.
87+
Add the following nameservers on your DNS provider. Note that DNS changes may take
88+
up to 48 hours to propagate fully.
8989
</Typography.Text>
9090
</Layout.Stack>
9191

src/routes/(console)/organization-[organization]/domains/retryDomainModal.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
>{selectedDomain.domain}</Typography.Text>
6565
</Layout.Stack>
6666
<Typography.Text variant="m-400">
67-
Add the following nameservers on your DNS provider. Note that changes may take up to 48
68-
hours to propagate fully.
67+
Add the following nameservers on your DNS provider. Note that DNS changes may take up to
68+
48 hours to propagate fully.
6969
</Typography.Text>
7070
</Layout.Stack>
7171

src/routes/(console)/project-[region]-[project]/functions/function-[function]/domains/recordsCard.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<Badge variant="secondary" type="warning" content="Pending verification" />
2626
</Layout.Stack>
2727
<Typography.Text variant="m-400">
28-
Add the following nameservers on your DNS provider. Note that changes may take
29-
up to 48 hours to propagate fully.
28+
Add the following nameservers on your DNS provider. Note that DNS changes may
29+
take up to 48 hours to propagate fully.
3030
</Typography.Text>
3131
</Layout.Stack>
3232

src/routes/(console)/project-[region]-[project]/sites/site-[site]/domains/add-domain/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
if (verified) {
115115
addNotification({
116116
type: 'success',
117-
message: 'Domain added successfully'
117+
message: 'Domain verified successfully'
118118
});
119119
await goto(routeBase);
120120
} else {

0 commit comments

Comments
 (0)