Changed text for translation
This commit is contained in:
parent
50794bdbc8
commit
e05583cd2b
@ -32,7 +32,7 @@
|
||||
[disabled]="(isLoading$ | async)"
|
||||
(click)="onEntityAction($event, 'import')"
|
||||
[class.!hidden]="isEdit || dashboardScope !== 'tenant'">
|
||||
{{'dashboard.import' | translate }}
|
||||
{{'dashboard.update-new-version' | translate }}
|
||||
</button>
|
||||
<button mat-raised-button color="primary"
|
||||
[disabled]="(isLoading$ | async)"
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
-->
|
||||
<form [formGroup]="uploadFileFormGroup" (ngSubmit)="save()" style="width: 800px;">
|
||||
<mat-toolbar color="primary">
|
||||
<h2>{{ 'dashboard.update-dashboard' | translate }}</h2>
|
||||
<h2>{{ 'dashboard.update-new-version' | translate }}</h2>
|
||||
<span class="flex-1"></span>
|
||||
<button mat-icon-button
|
||||
(click)="cancel()"
|
||||
|
||||
@ -1347,7 +1347,7 @@
|
||||
"mobile-order": "Dashboard order in mobile application",
|
||||
"mobile-hide": "Hide dashboard in mobile application",
|
||||
"update-image": "Update dashboard image",
|
||||
"update-dashboard": "Update the dashboard",
|
||||
"update-new-version": "Upload new version",
|
||||
"upload-file-to-update": "Upload file to update",
|
||||
"take-screenshot": "Take screenshot",
|
||||
"select-widget-title": "Select widget",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user