diff --git a/src/routes/console/organization-[organization]/wizard/step2.svelte b/src/routes/console/organization-[organization]/wizard/step2.svelte
index 784d65a6f..24e462dcf 100644
--- a/src/routes/console/organization-[organization]/wizard/step2.svelte
+++ b/src/routes/console/organization-[organization]/wizard/step2.svelte
@@ -26,7 +26,7 @@
addNotification({
type: 'success',
isHtml: true,
- message: `You will be notified when ${selectedRegion.name} region is available`
+ message: `You will be notified via email when ${selectedRegion.name} region is available`
});
} catch (error) {
addNotification({
@@ -48,7 +48,7 @@
addNotification({
type: 'info',
isHtml: true,
- message: `You won't be notified anymore when the ${selectedRegion.name} region is available`
+ message: `You will no longer be notified when the ${selectedRegion.name} region is available`
});
} catch (error) {
addNotification({