Skip to content

Commit 85c410f

Browse files
committed
add i18n for menu title
1 parent 158c0aa commit 85c410f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<button mat-button class="app-menu-button" (click)="sidenav.toggle()">
1313
<i class="material-icons">menu</i>
1414
</button>
15-
<span class="title" routerLink="/">{{title}}</span>
15+
<span class="title" routerLink="/" i18n>{{title}}</span>
1616
</mat-toolbar>
1717
</header>
1818
<section class="app-content" style="margin: 58px auto 0;max-width:1280px;">

0 commit comments

Comments
 (0)