Fixes language misstep on DMP editor.

This commit is contained in:
gkolokythas 2019-06-26 11:07:43 +03:00
parent 9d92225f68
commit 3763e0e34f
2 changed files with 2 additions and 1 deletions

View File

@ -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">

View File

@ -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",