From 7605f48637f007a8dfff3330a8bf5e3f389992fc Mon Sep 17 00:00:00 2001 From: mchouliara Date: Thu, 12 Sep 2024 10:44:08 +0300 Subject: [PATCH] fix tour step 3 --- frontend/src/app/ui/dashboard/dashboard.component.ts | 2 +- .../start-new-plan-dialog.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/ui/dashboard/dashboard.component.ts b/frontend/src/app/ui/dashboard/dashboard.component.ts index db8ce7474..3cba5ff49 100644 --- a/frontend/src/app/ui/dashboard/dashboard.component.ts +++ b/frontend/src/app/ui/dashboard/dashboard.component.ts @@ -202,7 +202,7 @@ export class DashboardComponent extends BaseComponent implements OnInit { } public setDashboardStartWizardText(): void { - const startWizardText = this.language.instant('DASHBOARD.TOUR-GUIDE.START-WIZARD'); + const startWizardText = this.language.instant('DASHBOARD.TOUR-GUIDE.START-NEW-PLAN'); this.dashboardTour.steps[2].title = startWizardText; } diff --git a/frontend/src/app/ui/plan/new/start-new-plan-dialogue/start-new-plan-dialog.component.html b/frontend/src/app/ui/plan/new/start-new-plan-dialogue/start-new-plan-dialog.component.html index aac85914c..842f32995 100644 --- a/frontend/src/app/ui/plan/new/start-new-plan-dialogue/start-new-plan-dialog.component.html +++ b/frontend/src/app/ui/plan/new/start-new-plan-dialogue/start-new-plan-dialog.component.html @@ -26,7 +26,7 @@

{{ 'START-NEW-PLAN-DIALOG.OR' | translate }}

-
+