Update transaction.vue

Wording changes to survey questions
This commit is contained in:
avkashfarmstar 2024-01-22 11:30:01 +03:00 committed by GitHub
parent 8c6eacfa4b
commit b6eec458a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@
/> />
<TextElement <TextElement
name="buy" 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" rules="required"
:conditions="[['tx', 'buy']]" :conditions="[['tx', 'buy']]"
/> />
@ -70,7 +70,7 @@
<TextElement <TextElement
name="evergrow_quantity" name="evergrow_quantity"
label="How much EverGrow did you purchase?" 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" rules="required|numeric|min:1|max:20"
input-type="number" input-type="number"
:conditions="[['tx', 'buy']]" :conditions="[['tx', 'buy']]"
@ -78,7 +78,7 @@
<TextElement <TextElement
name="evergrow_quantity" name="evergrow_quantity"
label="How much EverGrow did you sell?" 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" rules="required|numeric|min:1|max:20"
input-type="number" input-type="number"
:conditions="[['tx', 'sell']]" :conditions="[['tx', 'sell']]"