remove b in next button

This commit is contained in:
Tykayn 2022-02-09 16:00:57 +01:00 committed by tykayn
parent 55753c836e
commit 01a2e40b71

View File

@ -15,12 +15,7 @@
[routerLink]="['/administration/step/' + next_step_number]" [routerLink]="['/administration/step/' + next_step_number]"
(click)="runNextAction()" (click)="runNextAction()"
> >
<b *ngIf="!is_finish_step"> {{ (is_finish_step ? 'nav.save' : 'nav.next') | translate }}
{{ 'nav.next' | translate }}
</b>
<b *ngIf="is_finish_step">
{{ 'nav.save' | translate }}
</b>
</button> </button>
</div> </div>
</div> </div>