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