diff --git a/dmp-frontend/src/app/datasets/dataset-wizard/dataset-wizard.component.html b/dmp-frontend/src/app/datasets/dataset-wizard/dataset-wizard.component.html
index 610b20aba..3052a0cb5 100644
--- a/dmp-frontend/src/app/datasets/dataset-wizard/dataset-wizard.component.html
+++ b/dmp-frontend/src/app/datasets/dataset-wizard/dataset-wizard.component.html
@@ -2,9 +2,10 @@
{{ 'DATASET-WIZARD.TITLE.NEW' | translate }}
-
{{datasetWizardModel?.label}} {{ 'GENERAL.NAMES.DATASET' | translate }}
+ {{datasetWizardModel?.label}} {{ 'GENERAL.NAMES.DATASET' | translate }}
- {{ 'GENERAL.STATUSES.EDIT' | translate }}
- - {{ 'GENERAL.STATUSES.FINALISED' | translate }}
+ - {{
+ 'GENERAL.STATUSES.FINALISED' | translate }}
-
-