fix tour step 3

This commit is contained in:
mchouliara 2024-09-12 10:44:08 +03:00
parent d8943e7b02
commit 7605f48637
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -26,7 +26,7 @@
<div class="col-auto">
<p class="m-0">{{ 'START-NEW-PLAN-DIALOG.OR' | translate }}</p>
</div>
<div class="START-NEW-PLAN col-auto p-0">
<div class="start-wizard col-auto p-0">
<div class="pr-2">
<button mat-button class="rounded-btn primary font-weight-bold d-flex flex-row align-items-center" (click)="startWizard()">
<mat-icon>chevron_right</mat-icon>