refactor: change units kg -> bags

This commit is contained in:
Mohamed Sohail 2024-02-27 08:41:09 +03:00
parent fae36c861f
commit 2ee0f53c22
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D

View File

@ -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