fix tour step 3
This commit is contained in:
parent
d8943e7b02
commit
7605f48637
|
@ -202,7 +202,7 @@ export class DashboardComponent extends BaseComponent implements OnInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
public setDashboardStartWizardText(): void {
|
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;
|
this.dashboardTour.steps[2].title = startWizardText;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
<p class="m-0">{{ 'START-NEW-PLAN-DIALOG.OR' | translate }}</p>
|
<p class="m-0">{{ 'START-NEW-PLAN-DIALOG.OR' | translate }}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="START-NEW-PLAN col-auto p-0">
|
<div class="start-wizard col-auto p-0">
|
||||||
<div class="pr-2">
|
<div class="pr-2">
|
||||||
<button mat-button class="rounded-btn primary font-weight-bold d-flex flex-row align-items-center" (click)="startWizard()">
|
<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>
|
<mat-icon>chevron_right</mat-icon>
|
||||||
|
|
Loading…
Reference in New Issue