Updates language on quick Dataset wizard.

This commit is contained in:
gkolokythas 2019-04-02 17:43:30 +03:00
parent 488d76448e
commit a6ed45e75f
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<mat-card>
<div>
<mat-form-field class="col-md-12">
<app-single-auto-complete [required]="true" [formControl]="formGroup.get('dmp')" placeholder="{{'DATASET-EDITOR.FIELDS.DMP' | translate}}"
<app-single-auto-complete [required]="true" [formControl]="formGroup.get('dmp')" placeholder="{{'DATASET-CREATE-WIZARD.FIRST-STEP.PLACEHOLDER' | translate}}"
[configuration]="dmpAutoCompleteConfiguration">
</app-single-auto-complete>
</mat-form-field>

View File

@ -482,7 +482,8 @@
"SAVE": "Save"
},
"FIRST-STEP": {
"TITLE": "DMP"
"TITLE": "DMP",
"PLACEHOLDER": "Pick an existing DMP"
}
},
"INVITATION-EDITOR": {