Change text in create project dialog

This commit is contained in:
Adina Țeudan 2020-12-11 20:00:30 +02:00
parent 6adcf4e89f
commit b005ef6645
2 changed files with 4 additions and 4 deletions

View File

@ -13,9 +13,9 @@
<div class="red-input-group" *ngIf="!project">
<mat-form-field floatLabel="always">
<mat-label>{{ 'project-listing.add-edit-dialog.form.rule-set' | translate }}</mat-label>
<mat-select value="EFSA 1 (Authors by vertebrates)" style="width: 100%;">
<mat-option *ngFor="let type of ['EFSA 1 (Authors by vertebrates)']" [value]="type">
<mat-label>{{ 'project-listing.add-edit-dialog.form.template' | translate }}</mat-label>
<mat-select value="EFSA 1 (Vertebrate Authors)" style="width: 100%;">
<mat-option *ngFor="let type of ['EFSA 1 (Vertebrate Authors)']" [value]="type">
{{ type }}
</mat-option>
</mat-select>

View File

@ -103,7 +103,7 @@
"description": "Description",
"name": "Name",
"due-date": "Due Date",
"rule-set": "Rule Set"
"template": "Project Template"
},
"actions": {
"save": "Save",