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
1 changed files with 1 additions and 6 deletions

View File

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