Change text in create project dialog
This commit is contained in:
parent
6adcf4e89f
commit
b005ef6645
@ -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>
|
||||
|
||||
@ -103,7 +103,7 @@
|
||||
"description": "Description",
|
||||
"name": "Name",
|
||||
"due-date": "Due Date",
|
||||
"rule-set": "Rule Set"
|
||||
"template": "Project Template"
|
||||
},
|
||||
"actions": {
|
||||
"save": "Save",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user