mirror of
https://github.com/grassrootseconomics/farmstar-survey-ui.git
synced 2024-11-16 16:36:47 +01:00
refactor: change units kg -> bags
This commit is contained in:
parent
fae36c861f
commit
2ee0f53c22
@ -79,7 +79,7 @@
|
||||
</div>
|
||||
<div class="col-span-12">
|
||||
<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>
|
||||
<ListElement
|
||||
@ -113,7 +113,7 @@
|
||||
<TextElement
|
||||
name="average_harvest"
|
||||
label="Average harvest"
|
||||
description="Average yield/output in kg/acre."
|
||||
description="Average yield/output in bags/acre."
|
||||
rules="required|min:1|numeric"
|
||||
/>
|
||||
<TextElement
|
||||
@ -269,7 +269,7 @@
|
||||
<TextElement
|
||||
name="evergrow_application"
|
||||
label="What is your typical application rate of EverGrow?"
|
||||
description="Average in kg/acre."
|
||||
description="Average in bags/acre."
|
||||
:conditions="[['evergrow_past', 'yes']]"
|
||||
input-type="number"
|
||||
rules="required|min:1|numeric"
|
||||
@ -348,7 +348,7 @@
|
||||
name="other_fertilizer_application"
|
||||
input-type="number"
|
||||
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"
|
||||
/>
|
||||
<TagsElement
|
||||
|
Loading…
Reference in New Issue
Block a user