Skip to content
Snippets Groups Projects
Commit abe504be authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Change 'blog' to 'help' and adjsut icon in footer

parent b7d2b637
Branches
Tags
No related merge requests found
<footer>
<mat-toolbar id="footer-toolbar">
<button mat-button (click)="navToBlog()" *ngIf="router.url !== '/home'">
<mat-icon>ondemand_video</mat-icon>
<mat-icon>help_outline</mat-icon>
<span *ngIf="deviceType === 'desktop'">
{{ 'footer.blog' | translate }}
{{ 'footer.help' | translate }}
</span>
</button>
<button mat-button (click)="showDemo()" *ngIf="router.url === '/home'">
......
......@@ -94,7 +94,7 @@
"imprint": "Impressum",
"will-open": " wird in einem neuen Fenster geöffnet...",
"open": "Öffnen",
"blog": "Blog",
"help": "Hilfe",
"dark": "Dunkler Hintergrund",
"bright": "Heller Hintergrund",
"beamer": "Für den Beamer optimiert (in Arbeit)",
......
......@@ -94,7 +94,7 @@
"imprint": "Imprint",
"will-open": " will be opened in a new tab...",
"open": "Open",
"blog": "Blog",
"help": "Help",
"dark": "Dark background",
"bright": "Bright background",
"beamer": "Optimized for the projector (work in progress)",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment