From 01a2e40b719be911e4eade4723f896100351c965 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Wed, 9 Feb 2022 16:00:57 +0100 Subject: [PATCH] remove b in next button --- .../administration/nav-steps/nav-steps.component.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/app/features/administration/nav-steps/nav-steps.component.html b/src/app/features/administration/nav-steps/nav-steps.component.html index 9e75bd78..ad3f5ec3 100644 --- a/src/app/features/administration/nav-steps/nav-steps.component.html +++ b/src/app/features/administration/nav-steps/nav-steps.component.html @@ -15,12 +15,7 @@ [routerLink]="['/administration/step/' + next_step_number]" (click)="runNextAction()" > - - {{ 'nav.next' | translate }} - - - {{ 'nav.save' | translate }} - + {{ (is_finish_step ? 'nav.save' : 'nav.next') | translate }}