Commit a4347776adeb084323e4ba7e33f685dc6ba94679
1 parent
5d9ea35f
UI: Refactoring dashboard logo translation
Showing
2 changed files
with
3 additions
and
3 deletions
@@ -71,7 +71,7 @@ | @@ -71,7 +71,7 @@ | ||
71 | </mat-checkbox> | 71 | </mat-checkbox> |
72 | </div> | 72 | </div> |
73 | <mat-checkbox formControlName="showDashboardLogo"> | 73 | <mat-checkbox formControlName="showDashboardLogo"> |
74 | - {{ 'dashboard.display-dashboard-toolbar-logo' | translate }} | 74 | + {{ 'dashboard.display-dashboard-logo' | translate }} |
75 | </mat-checkbox> | 75 | </mat-checkbox> |
76 | <tb-image-input fxFlex *ngIf="settingsFormGroup.get('showDashboardLogo').value" | 76 | <tb-image-input fxFlex *ngIf="settingsFormGroup.get('showDashboardLogo').value" |
77 | label="{{'dashboard.dashboard-logo-image' | translate}}" | 77 | label="{{'dashboard.dashboard-logo-image' | translate}}" |
@@ -746,8 +746,8 @@ | @@ -746,8 +746,8 @@ | ||
746 | "display-filters": "Display filters", | 746 | "display-filters": "Display filters", |
747 | "display-dashboard-timewindow": "Display timewindow", | 747 | "display-dashboard-timewindow": "Display timewindow", |
748 | "display-dashboard-export": "Display export", | 748 | "display-dashboard-export": "Display export", |
749 | - "display-dashboard-toolbar-logo": "Display dashboard logo in fullscreen mode", | ||
750 | - "dashboard-logo-image": "Dashboard image logo", | 749 | + "display-dashboard-logo": "Display logo in dashboard fullscreen mode", |
750 | + "dashboard-logo-image": "Dashboard logo image", | ||
751 | "import": "Import dashboard", | 751 | "import": "Import dashboard", |
752 | "export": "Export dashboard", | 752 | "export": "Export dashboard", |
753 | "export-failed-error": "Unable to export dashboard: {{error}}", | 753 | "export-failed-error": "Unable to export dashboard: {{error}}", |