fix typo
This commit is contained in:
parent
2d62938fcf
commit
89bdb49662
@ -51,7 +51,7 @@
|
|||||||
<mat-icon>redeem</mat-icon> {{'tokens.redeem' | i18n}}
|
<mat-icon>redeem</mat-icon> {{'tokens.redeem' | i18n}}
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<ng-container ngIf="!auth.authenticated">
|
<ng-container *ngIf="!auth.authenticated">
|
||||||
<p>{{'tokens.register' | i18n}}</p>
|
<p>{{'tokens.register' | i18n}}</p>
|
||||||
|
|
||||||
<a routerLink="/register" mat-raised-button color="accent">
|
<a routerLink="/register" mat-raised-button color="accent">
|
||||||
|
Loading…
Reference in New Issue
Block a user