Skip to content
Snippets Groups Projects
Unverified Commit fb770ff9 authored by Chocobozzz's avatar Chocobozzz
Browse files

Remove useless translation

parent ae689853
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment