This commit is contained in:
Hemachandar
2026-01-14 12:42:23 +05:30
parent fcfa4c5089
commit e93a775f40
5 changed files with 8 additions and 8 deletions
@@ -40,7 +40,7 @@
{/if}
</Layout.Stack>
<Typography.Text variant="m-400">
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.
</Typography.Text>
</Layout.Stack>
@@ -84,8 +84,8 @@
{/if}
</Layout.Stack>
<Typography.Text variant="m-400">
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.
</Typography.Text>
</Layout.Stack>
@@ -64,8 +64,8 @@
>{selectedDomain.domain}</Typography.Text>
</Layout.Stack>
<Typography.Text variant="m-400">
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.
</Typography.Text>
</Layout.Stack>
@@ -25,8 +25,8 @@
<Badge variant="secondary" type="warning" content="Pending verification" />
</Layout.Stack>
<Typography.Text variant="m-400">
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.
</Typography.Text>
</Layout.Stack>
@@ -114,7 +114,7 @@
if (verified) {
addNotification({
type: 'success',
message: 'Domain added successfully'
message: 'Domain verified successfully'
});
await goto(routeBase);
} else {