diff --git a/dmp-frontend/src/app/ui/dataset-create-wizard/dataset-create-wizard.component.scss b/dmp-frontend/src/app/ui/dataset-create-wizard/dataset-create-wizard.component.scss index 3e178b79b..ea2e9bba1 100644 --- a/dmp-frontend/src/app/ui/dataset-create-wizard/dataset-create-wizard.component.scss +++ b/dmp-frontend/src/app/ui/dataset-create-wizard/dataset-create-wizard.component.scss @@ -1,6 +1,10 @@ .saveAndFinalizeButton{ float:right; } +.finalizeButton{ + float: right; + text-transform: uppercase; +} .saveButton{ float:right; margin-right: 15px; diff --git a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.html b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.html index 4a0cf0eb8..eb572899c 100644 --- a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.html +++ b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.html @@ -97,9 +97,9 @@ - + type="button">{{ 'DATASET-WIZARD.ACTIONS.FINALIZE' | translate }}
diff --git a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.scss b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.scss index 21ceb3781..9e1c72c2b 100644 --- a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.scss +++ b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.scss @@ -12,25 +12,31 @@ .deleteButton { margin-top: 15px; margin-bottom: 15px; - margin-right: 15px; - text-transform: uppercase; + margin-right: 15px; + text-transform: uppercase; } .cancelButton { margin-top: 15px; margin-bottom: 15px; - margin-right: 15px; - text-transform: uppercase; + margin-right: 15px; + text-transform: uppercase; } .saveButton { margin-top: 15px; margin-bottom: 15px; - margin-right: 15px; - text-transform: uppercase; + margin-right: 15px; + text-transform: uppercase; } .saveAndFinalizeButton { margin-top: 15px; margin-bottom: 15px; - margin-right: 15px; + margin-right: 15px; + } + .finalizeButton { + margin-top: 15px; + margin-bottom: 15px; + margin-right: 15px; + text-transform: uppercase; } .downloadPDF { margin-top: 15px; diff --git a/dmp-frontend/src/app/ui/quick-wizard/quick-wizard-editor/quick-wizard-editor.component.scss b/dmp-frontend/src/app/ui/quick-wizard/quick-wizard-editor/quick-wizard-editor.component.scss index 3e178b79b..ea2e9bba1 100644 --- a/dmp-frontend/src/app/ui/quick-wizard/quick-wizard-editor/quick-wizard-editor.component.scss +++ b/dmp-frontend/src/app/ui/quick-wizard/quick-wizard-editor/quick-wizard-editor.component.scss @@ -1,6 +1,10 @@ .saveAndFinalizeButton{ float:right; } +.finalizeButton{ + float: right; + text-transform: uppercase; +} .saveButton{ float:right; margin-right: 15px; diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index 51bba947a..ed4fa7c7d 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -323,7 +323,8 @@ "GO-TO-PROJECT": "Go to Dataset Project", "GO-TO-DMP": "Go to Dataset DMP", "SAVE": "Save", - "SAVE-AND-FINALISE": "Save and Finalise", + "SAVE-AND-FINALISE": "Save and Finalize", + "FINALIZE": "Finalize", "DOWNLOAD-PDF": "Download PDF", "DOWNLOAD-XML": "Download XML", "DOWNLOAD-DOCX": "Download DOCX",