mirror of
https://github.com/grassrootseconomics/farmstar-survey-ui.git
synced 2025-01-23 22:07:32 +01:00
Update transaction.vue
Wording changes to survey questions
This commit is contained in:
parent
8c6eacfa4b
commit
b6eec458a0
@ -43,7 +43,7 @@
|
||||
/>
|
||||
<TextElement
|
||||
name="buy"
|
||||
label="Enter the phone number of the person you bought EverGrow from."
|
||||
label="Enter the phone number of the counter agent you bought EverGrow from."
|
||||
rules="required"
|
||||
:conditions="[['tx', 'buy']]"
|
||||
/>
|
||||
@ -70,7 +70,7 @@
|
||||
<TextElement
|
||||
name="evergrow_quantity"
|
||||
label="How much EverGrow did you purchase?"
|
||||
description="1x50kg bag of EverGrow = 1, 2 bags = 2, etc."
|
||||
description="in 50kg bags of EverGrow. 1x50kg bag = 1, 2x50kg bags = 2, etc."
|
||||
rules="required|numeric|min:1|max:20"
|
||||
input-type="number"
|
||||
:conditions="[['tx', 'buy']]"
|
||||
@ -78,7 +78,7 @@
|
||||
<TextElement
|
||||
name="evergrow_quantity"
|
||||
label="How much EverGrow did you sell?"
|
||||
description="1x50kg bag of EverGrow = 1, 2 bags = 2, etc."
|
||||
description="in 50kg bags of EverGrow. 1x50kg bag = 1, 2x50kg bags = 2, etc."
|
||||
rules="required|numeric|min:1|max:20"
|
||||
input-type="number"
|
||||
:conditions="[['tx', 'sell']]"
|
||||
|
Loading…
Reference in New Issue
Block a user