1
0
Fork 0

Remove useless translation

This commit is contained in:
Chocobozzz 2020-01-08 20:09:36 +01:00
parent ae689853d8
commit fb770ff9e6
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<a [routerLink]="action.routerLink" routerLinkActive="active" *ngFor="let action of actions">
<button class="btn">
<my-global-icon [iconName]="action.iconName"></my-global-icon>
<span i18n>{{ action.label }}</span>
<span>{{ action.label }}</span>
</button>
</a>
</div>