diff --git a/packages/frontend-2/components/dashboard/Sidebar.vue b/packages/frontend-2/components/dashboard/Sidebar.vue index 7ad4e2413..cab1f5b01 100644 --- a/packages/frontend-2/components/dashboard/Sidebar.vue +++ b/packages/frontend-2/components/dashboard/Sidebar.vue @@ -164,12 +164,6 @@ - - diff --git a/packages/frontend-2/components/workspace/wizard/CancelDialog.vue b/packages/frontend-2/components/workspace/wizard/CancelDialog.vue index e16fd7390..b815e01b5 100644 --- a/packages/frontend-2/components/workspace/wizard/CancelDialog.vue +++ b/packages/frontend-2/components/workspace/wizard/CancelDialog.vue @@ -1,13 +1,13 @@ - You have unsaved changes. Are you sure you want to leave? + You'll loose all the information entered for this workspace. @@ -49,7 +49,7 @@ const dialogButtons = computed((): LayoutDialogButton[] => [ } }, { - text: 'Continue', + text: 'Discard', props: { color: 'primary' }, onClick: onConfirm } diff --git a/packages/frontend-2/components/workspace/wizard/Wizard.vue b/packages/frontend-2/components/workspace/wizard/Wizard.vue index dc8e80ee1..10ed450d2 100644 --- a/packages/frontend-2/components/workspace/wizard/Wizard.vue +++ b/packages/frontend-2/components/workspace/wizard/Wizard.vue @@ -1,9 +1,6 @@ - + Pricing - -
- You have unsaved changes. Are you sure you want to leave? + You'll loose all the information entered for this workspace.