Adds subtitle on Grant tab of DMP edit.

This commit is contained in:
gkolokythas 2019-09-13 18:00:34 +03:00
parent 7e78cfdff0
commit 2c4070135e
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,7 @@
<mat-form-field>
<app-single-auto-complete [formControl]="funderFormGroup.get('existFunder')" placeholder="{{'DMP-EDITOR.FIELDS.FUNDER' | translate}}" [configuration]="funderAutoCompleteConfiguration">
</app-single-auto-complete>
<mat-hint>{{'DMP-EDITOR.FIELDS.EXTERNAL-SOURCE-HINT' | translate}}</mat-hint>
</mat-form-field>
</div>
@ -42,6 +43,7 @@
<mat-form-field>
<app-single-auto-complete required='true' [formControl]="grantformGroup.get('existGrant')" placeholder="{{'DMP-EDITOR.FIELDS.GRANT' | translate}}" [configuration]="grantAutoCompleteConfiguration">
</app-single-auto-complete>
<mat-hint>{{'DMP-EDITOR.FIELDS.EXTERNAL-SOURCE-HINT' | translate}}</mat-hint>
</mat-form-field>
</div>
@ -78,6 +80,7 @@
<mat-form-field>
<app-single-auto-complete [formControl]="projectFormGroup.get('existProject')" placeholder="{{'DMP-EDITOR.FIELDS.PROJECT' | translate}}" [configuration]="projectAutoCompleteConfiguration">
</app-single-auto-complete>
<mat-hint>{{'DMP-EDITOR.FIELDS.EXTERNAL-SOURCE-HINT' | translate}}</mat-hint>
</mat-form-field>
</div>

View File

@ -573,7 +573,8 @@
"PROJECT": "Project",
"GRANT": "Grant",
"FUNDER": "Funder",
"STATUS": "DMP Status"
"STATUS": "DMP Status",
"EXTERNAL-SOURCE-HINT": "List of values provided by external source(s)"
},
"ACTIONS": {
"GO-TO-GRANT": "Go To DMP Grant",