Skip to content

Commit

Permalink
fix: fix some translate issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 15, 2020
1 parent 1987946 commit 91d7fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<mat-menu #appMenu="matMenu" backdropClass="nav-menu-wrapper">
<button mat-menu-item routerLink="/mobile" routerLinkActive="active">{{ 'mobile' | translate}}</button>
<button mat-menu-item routerLink="/maturity" routerLinkActive="active">{{ 'maturity' | translate}}</button>
<button mat-menu-item routerLink="/report" routerLinkActive="active">{{ 'maturity' | translate}}</button>
<button mat-menu-item routerLink="/report" routerLinkActive="active">{{ 'report' | translate}}</button>
<button mat-menu-item routerLink="/resources" routerLinkActive="active">{{ 'resources' | translate}}</button>
</mat-menu>
<button mat-button [matMenuTriggerFor]="appMenu">
Expand Down

0 comments on commit 91d7fe2

Please sign in to comment.