mirror of
https://github.com/grassrootseconomics/farmstar-survey-ui.git
synced 2025-10-15 18:52:08 +02:00
refactor: change units kg -> bags
This commit is contained in:
parent
fae36c861f
commit
2ee0f53c22
@ -79,7 +79,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-span-12">
|
<div class="col-span-12">
|
||||||
<Notice
|
<Notice
|
||||||
subtitle="Select all the crops that you have planted in the last 3 years, the average harvest you have gotten (in kg/acre) and how much you have earned (in ksh/kg) on selling each crop."
|
subtitle="Select all the crops that you have planted in the last 3 years, the average harvest you have gotten (in bags/acre) and how much you have earned (in ksh/kg) on selling each crop."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<ListElement
|
<ListElement
|
||||||
@ -113,7 +113,7 @@
|
|||||||
<TextElement
|
<TextElement
|
||||||
name="average_harvest"
|
name="average_harvest"
|
||||||
label="Average harvest"
|
label="Average harvest"
|
||||||
description="Average yield/output in kg/acre."
|
description="Average yield/output in bags/acre."
|
||||||
rules="required|min:1|numeric"
|
rules="required|min:1|numeric"
|
||||||
/>
|
/>
|
||||||
<TextElement
|
<TextElement
|
||||||
@ -269,7 +269,7 @@
|
|||||||
<TextElement
|
<TextElement
|
||||||
name="evergrow_application"
|
name="evergrow_application"
|
||||||
label="What is your typical application rate of EverGrow?"
|
label="What is your typical application rate of EverGrow?"
|
||||||
description="Average in kg/acre."
|
description="Average in bags/acre."
|
||||||
:conditions="[['evergrow_past', 'yes']]"
|
:conditions="[['evergrow_past', 'yes']]"
|
||||||
input-type="number"
|
input-type="number"
|
||||||
rules="required|min:1|numeric"
|
rules="required|min:1|numeric"
|
||||||
@ -348,7 +348,7 @@
|
|||||||
name="other_fertilizer_application"
|
name="other_fertilizer_application"
|
||||||
input-type="number"
|
input-type="number"
|
||||||
label="What is your typical application rate of this type of fertilizer?"
|
label="What is your typical application rate of this type of fertilizer?"
|
||||||
description="Average in kg/acre."
|
description="Average in bags/acre."
|
||||||
rules="required|min:1|numeric"
|
rules="required|min:1|numeric"
|
||||||
/>
|
/>
|
||||||
<TagsElement
|
<TagsElement
|
||||||
|
Loading…
Reference in New Issue
Block a user