Changed text for translation

This commit is contained in:
LeoMorgan113 2025-09-10 13:14:35 +03:00
parent 50794bdbc8
commit e05583cd2b
3 changed files with 3 additions and 3 deletions

View File

@ -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)"

View File

@ -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()"

View File

@ -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",