Merge pull request #4428 from vvlladd28/improvement/dashboard-logo/translate

UI: Refactoring dashboard logo translation
This commit is contained in:
Igor Kulikov 2021-04-16 15:51:47 +03:00 committed by GitHub
commit 9d8c144e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@
</mat-checkbox>
</div>
<mat-checkbox formControlName="showDashboardLogo">
{{ 'dashboard.display-dashboard-toolbar-logo' | translate }}
{{ 'dashboard.display-dashboard-logo' | translate }}
</mat-checkbox>
<tb-image-input fxFlex *ngIf="settingsFormGroup.get('showDashboardLogo').value"
label="{{'dashboard.dashboard-logo-image' | translate}}"

View File

@ -746,8 +746,8 @@
"display-filters": "Display filters",
"display-dashboard-timewindow": "Display timewindow",
"display-dashboard-export": "Display export",
"display-dashboard-toolbar-logo": "Display dashboard logo in fullscreen mode",
"dashboard-logo-image": "Dashboard image logo",
"display-dashboard-logo": "Display logo in dashboard fullscreen mode",
"dashboard-logo-image": "Dashboard logo image",
"import": "Import dashboard",
"export": "Export dashboard",
"export-failed-error": "Unable to export dashboard: {{error}}",