Fixes language misstep on DMP editor.
This commit is contained in:
parent
9d92225f68
commit
3763e0e34f
|
@ -52,7 +52,7 @@
|
|||
{{formGroup.get('organisations').getError('backendError').message}}</mat-error>
|
||||
<mat-error *ngIf="formGroup.get('organisations').hasError('required')">{{'GENERAL.VALIDATION.REQUIRED' |
|
||||
translate}}</mat-error>
|
||||
<mat-hint>Add here the names of the organisations contributing to the creation and revision of the DMPs</mat-hint>
|
||||
<mat-hint>{{'DMP-EDITOR.FIELDS.ORGANISATIONS-HINT' | translate}}</mat-hint>
|
||||
</mat-form-field>
|
||||
</div>
|
||||
<div class="row pt-3">
|
||||
|
|
|
@ -479,6 +479,7 @@
|
|||
"PROJECT": "Related Project",
|
||||
"DESCRIPTION": "Description",
|
||||
"ORGANISATIONS": "Organisations",
|
||||
"ORGANISATIONS-HINT": "Add here the names of the organisations contributing to the creation and revision of the DMPs",
|
||||
"RESEARCHERS": "Researchers",
|
||||
"TEMPLATES": "Templates",
|
||||
"TEMPLATE": "DMP Template",
|
||||
|
|
Loading…
Reference in New Issue