fix (revert): fertilizer application rate to kg/acre

This commit is contained in:
Mohamed Sohail 2024-02-28 08:28:26 +03:00
parent 2ee0f53c22
commit 5c5c2726c8
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D

View File

@ -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 bags/acre." description="Average in kg/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 bags/acre." description="Average in kg/acre."
rules="required|min:1|numeric" rules="required|min:1|numeric"
/> />
<TagsElement <TagsElement