mirror of
https://github.com/grassrootseconomics/farmstar-survey-ui.git
synced 2025-01-09 15:47:32 +01:00
fix (revert): fertilizer application rate to kg/acre
This commit is contained in:
parent
2ee0f53c22
commit
5c5c2726c8
@ -269,7 +269,7 @@
|
||||
<TextElement
|
||||
name="evergrow_application"
|
||||
label="What is your typical application rate of EverGrow?"
|
||||
description="Average in bags/acre."
|
||||
description="Average in kg/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 bags/acre."
|
||||
description="Average in kg/acre."
|
||||
rules="required|min:1|numeric"
|
||||
/>
|
||||
<TagsElement
|
||||
|
Loading…
Reference in New Issue
Block a user