UI: Change last step text in getting starter widget

This commit is contained in:
Vladyslav_Prykhodko 2023-04-20 10:56:08 +03:00
parent c5845930d4
commit ca6efc5ec9
2 changed files with 5 additions and 5 deletions

View File

@ -83,11 +83,11 @@
<ng-template matStepLabel> <ng-template matStepLabel>
<div style="width: 100%;" fxLayout="row" fxLayoutAlign="space-between center"> <div style="width: 100%;" fxLayout="row" fxLayoutAlign="space-between center">
<div translate>widgets.getting-started.sys-admin.step6.title</div> <div translate>widgets.getting-started.sys-admin.step6.title</div>
<a *ngIf="matStepper.selectedIndex === 5" mat-button color="primary" routerLink="/notification/rules">{{ 'admin.settings' | translate }}</a> <a *ngIf="matStepper.selectedIndex === 5" mat-button color="primary" routerLink="/settings/notifications">{{ 'admin.settings' | translate }}</a>
</div> </div>
</ng-template> </ng-template>
<div [innerHTML]="'widgets.getting-started.sys-admin.step6.content' | translate | safe: 'html'"></div> <div [innerHTML]="'widgets.getting-started.sys-admin.step6.content' | translate | safe: 'html'"></div>
<a mat-stroked-button color="primary" href="https://thingsboard.io/docs/user-guide/to-do/" target="_blank"> <a mat-stroked-button color="primary" href="https://thingsboard.io/docs/user-guide/ui/slack-settings/" target="_blank">
<mat-icon>description</mat-icon>{{ 'widgets.getting-started.sys-admin.step6.how-to-configure-notifications' | translate }}</a> <mat-icon>description</mat-icon>{{ 'widgets.getting-started.sys-admin.step6.how-to-configure-notifications' | translate }}</a>
</mat-step> </mat-step>
</ng-template> </ng-template>

View File

@ -5212,9 +5212,9 @@
"how-to-configure-oauth2": "How to configure OAuth 2" "how-to-configure-oauth2": "How to configure OAuth 2"
}, },
"step6": { "step6": {
"title": "Configure feature: Notifications", "title": "Configure feature: Slack",
"content": "<p>Some text</p><p>Follow the documentation on how to do it:</p>", "content": "<p>Users will be able to receive notifications in Slack of events occurring in the Thingsboard system according to the notification rules you set.</p><p>Follow the documentation on how to do it:</p>",
"how-to-configure-notifications": "How to configure Notifications" "how-to-configure-notifications": "How to configure Slack"
} }
} }
} }