Add hint text for prefilling. Change Empty to Manually
This commit is contained in:
parent
7962c6a587
commit
e1a4a64d81
|
@ -8,9 +8,14 @@
|
|||
<mat-progress-bar color="primary" mode="indeterminate"></mat-progress-bar>
|
||||
</div>
|
||||
<div mat-dialog-content *ngIf="prefillForm" [formGroup]="prefillForm" class="definition-content">
|
||||
<div class="row d-flex align-items-center justify-content-center">
|
||||
<div class="pb-4 pl-4 pr-4">
|
||||
{{'DATASET-CREATE-WIZARD.PREFILL-STEP.HINT' | translate}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="row d-flex align-items-center justify-content-center" [class.pb-4]="isPrefilled">
|
||||
<button mat-raised-button type="button" class="empty-btn"
|
||||
(click)="closeDialog()">{{'DATASET-CREATE-WIZARD.PREFILL-STEP.EMPTY' | translate}}</button>
|
||||
(click)="closeDialog()">{{'DATASET-CREATE-WIZARD.PREFILL-STEP.MANUALLY' | translate}}</button>
|
||||
<div class="ml-2 mr-2">{{'DATASET-CREATE-WIZARD.PREFILL-STEP.OR' | translate}}</div>
|
||||
<button mat-raised-button type="button" class="prefill-btn"
|
||||
(click)="isPrefilled = true">{{'DATASET-CREATE-WIZARD.PREFILL-STEP.PREFILL' | translate}}</button>
|
||||
|
|
|
@ -1275,7 +1275,8 @@
|
|||
"TITLE": "Initialize your Dataset",
|
||||
"PREFILL": "Prefill",
|
||||
"OR": "OR",
|
||||
"EMPTY": "Empty",
|
||||
"HINT": "Select the dataset from Zenodo to automatically retrieve answers to some questions in your template or start by answering the questions manually.",
|
||||
"MANUALLY": "Manually",
|
||||
"PROFILE": "Dataset Template",
|
||||
"PREFILLED-DATASET": "Prefilled Dataset",
|
||||
"SEARCH": "Search a Dataset",
|
||||
|
|
|
@ -1275,7 +1275,8 @@
|
|||
"TITLE": "Initialize your Dataset",
|
||||
"PREFILL": "Prefill",
|
||||
"OR": "OR",
|
||||
"EMPTY": "Empty",
|
||||
"HINT": "Select the dataset from Zenodo to automatically retrieve answers to some questions in your template or start by answering the questions manually.",
|
||||
"MANUALLY": "Manually",
|
||||
"PROFILE": "Dataset Template",
|
||||
"PREFILLED-DATASET": "Prefilled Dataset",
|
||||
"SEARCH": "Search a Dataset",
|
||||
|
|
|
@ -1275,7 +1275,8 @@
|
|||
"TITLE": "Initialize your Dataset",
|
||||
"PREFILL": "Prefill",
|
||||
"OR": "OR",
|
||||
"EMPTY": "Empty",
|
||||
"HINT": "Select the dataset from Zenodo to automatically retrieve answers to some questions in your template or start by answering the questions manually.",
|
||||
"MANUALLY": "Manually",
|
||||
"PROFILE": "Dataset Template",
|
||||
"PREFILLED-DATASET": "Prefilled Dataset",
|
||||
"SEARCH": "Search a Dataset",
|
||||
|
|
|
@ -1275,7 +1275,8 @@
|
|||
"TITLE": "Initialize your Dataset",
|
||||
"PREFILL": "Prefill",
|
||||
"OR": "OR",
|
||||
"EMPTY": "Empty",
|
||||
"HINT": "Select the dataset from Zenodo to automatically retrieve answers to some questions in your template or start by answering the questions manually.",
|
||||
"MANUALLY": "Manually",
|
||||
"PROFILE": "Dataset Template",
|
||||
"PREFILLED-DATASET": "Prefilled Dataset",
|
||||
"SEARCH": "Search a Dataset",
|
||||
|
|
|
@ -1275,7 +1275,8 @@
|
|||
"TITLE": "Initialize your Dataset",
|
||||
"PREFILL": "Prefill",
|
||||
"OR": "OR",
|
||||
"EMPTY": "Empty",
|
||||
"HINT": "Select the dataset from Zenodo to automatically retrieve answers to some questions in your template or start by answering the questions manually.",
|
||||
"MANUALLY": "Manually",
|
||||
"PROFILE": "Dataset Template",
|
||||
"PREFILLED-DATASET": "Prefilled Dataset",
|
||||
"SEARCH": "Search a Dataset",
|
||||
|
|
|
@ -1275,7 +1275,8 @@
|
|||
"TITLE": "Initialize your Dataset",
|
||||
"PREFILL": "Prefill",
|
||||
"OR": "OR",
|
||||
"EMPTY": "Empty",
|
||||
"HINT": "Select the dataset from Zenodo to automatically retrieve answers to some questions in your template or start by answering the questions manually.",
|
||||
"MANUALLY": "Manually",
|
||||
"PROFILE": "Dataset Template",
|
||||
"PREFILLED-DATASET": "Prefilled Dataset",
|
||||
"SEARCH": "Search a Dataset",
|
||||
|
|
|
@ -1275,7 +1275,8 @@
|
|||
"TITLE": "Initialize your Dataset",
|
||||
"PREFILL": "Prefill",
|
||||
"OR": "OR",
|
||||
"EMPTY": "Empty",
|
||||
"HINT": "Select the dataset from Zenodo to automatically retrieve answers to some questions in your template or start by answering the questions manually.",
|
||||
"MANUALLY": "Manually",
|
||||
"PROFILE": "Dataset Template",
|
||||
"PREFILLED-DATASET": "Prefilled Dataset",
|
||||
"SEARCH": "Search a Dataset",
|
||||
|
|
|
@ -1275,7 +1275,8 @@
|
|||
"TITLE": "Initialize your Dataset",
|
||||
"PREFILL": "Prefill",
|
||||
"OR": "OR",
|
||||
"EMPTY": "Empty",
|
||||
"HINT": "Select the dataset from Zenodo to automatically retrieve answers to some questions in your template or start by answering the questions manually.",
|
||||
"MANUALLY": "Manually",
|
||||
"PROFILE": "Dataset Template",
|
||||
"PREFILLED-DATASET": "Prefilled Dataset",
|
||||
"SEARCH": "Search a Dataset",
|
||||
|
|
Loading…
Reference in New Issue