mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
remove b in next button
This commit is contained in:
parent
55753c836e
commit
01a2e40b71
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user