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
1 merge request!389Change 'blog' to 'help' and adjust icon in footer
Pipeline #30250 passed with stages
in 9 minutes and 43 seconds
<footer> <footer>
<mat-toolbar id="footer-toolbar"> <mat-toolbar id="footer-toolbar">
<button mat-button (click)="navToBlog()" *ngIf="router.url !== '/home'"> <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'"> <span *ngIf="deviceType === 'desktop'">
{{ 'footer.blog' | translate }} {{ 'footer.help' | translate }}
</span> </span>
</button> </button>
<button mat-button (click)="showDemo()" *ngIf="router.url === '/home'"> <button mat-button (click)="showDemo()" *ngIf="router.url === '/home'">
......
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
"imprint": "Impressum", "imprint": "Impressum",
"will-open": " wird in einem neuen Fenster geöffnet...", "will-open": " wird in einem neuen Fenster geöffnet...",
"open": "Öffnen", "open": "Öffnen",
"blog": "Blog", "help": "Hilfe",
"dark": "Dunkler Hintergrund", "dark": "Dunkler Hintergrund",
"bright": "Heller Hintergrund", "bright": "Heller Hintergrund",
"beamer": "Für den Beamer optimiert (in Arbeit)", "beamer": "Für den Beamer optimiert (in Arbeit)",
......
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
"imprint": "Imprint", "imprint": "Imprint",
"will-open": " will be opened in a new tab...", "will-open": " will be opened in a new tab...",
"open": "Open", "open": "Open",
"blog": "Blog", "help": "Help",
"dark": "Dark background", "dark": "Dark background",
"bright": "Bright background", "bright": "Bright background",
"beamer": "Optimized for the projector (work in progress)", "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