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>
|
{{formGroup.get('organisations').getError('backendError').message}}</mat-error>
|
||||||
<mat-error *ngIf="formGroup.get('organisations').hasError('required')">{{'GENERAL.VALIDATION.REQUIRED' |
|
<mat-error *ngIf="formGroup.get('organisations').hasError('required')">{{'GENERAL.VALIDATION.REQUIRED' |
|
||||||
translate}}</mat-error>
|
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>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
<div class="row pt-3">
|
<div class="row pt-3">
|
||||||
|
|
|
@ -479,6 +479,7 @@
|
||||||
"PROJECT": "Related Project",
|
"PROJECT": "Related Project",
|
||||||
"DESCRIPTION": "Description",
|
"DESCRIPTION": "Description",
|
||||||
"ORGANISATIONS": "Organisations",
|
"ORGANISATIONS": "Organisations",
|
||||||
|
"ORGANISATIONS-HINT": "Add here the names of the organisations contributing to the creation and revision of the DMPs",
|
||||||
"RESEARCHERS": "Researchers",
|
"RESEARCHERS": "Researchers",
|
||||||
"TEMPLATES": "Templates",
|
"TEMPLATES": "Templates",
|
||||||
"TEMPLATE": "DMP Template",
|
"TEMPLATE": "DMP Template",
|
||||||
|
|
Loading…
Reference in New Issue