mirror of
https://github.com/grassrootseconomics/farmstar-survey-backend.git
synced 2025-01-06 22:17:33 +01:00
sms: update distributor's text messages
This commit is contained in:
parent
da4c45819d
commit
630abf1a99
@ -24,9 +24,9 @@ type (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
FarmerRegistration SMSType = "You have registered as a farmer for the FarmStar rewards program. Follow the link https://t.ly/Vin2T to complete your registration and receive FSP."
|
FarmerRegistration SMSType = "You have registered as a farmer for the FarmStar rewards program. Follow the link https://t.ly/Vin2T to complete your registration and receive FSP."
|
||||||
DistributorRegistration SMSType = "You have registered as a distributor for the FarmStar rewards program. Follow the link https://t.ly/U7SbY to complete your registration and receive FSP."
|
DistributorRegistration SMSType = "You have registered as a distributor for the FarmStar rewards program. Follow the link https://t.ly/U7SbY to complete your registration."
|
||||||
FarmerComplete SMSType = "Thank you for completing the farmer survey, rewards will be sent soon. Use the link https://t.ly/2CxGt to record purchases of EverGrow Organic Fertilizer."
|
FarmerComplete SMSType = "Thank you for completing the farmer survey, rewards will be sent soon. Use the link https://t.ly/2CxGt to record purchases of EverGrow Organic Fertilizer."
|
||||||
DistributorComplete SMSType = "Thank you for completing the distributor survey. Use the link https://t.ly/2CxGt to record purchases of EverGrow Organic Fertilizer."
|
DistributorComplete SMSType = "Thank you for completing the distributor survey. Use the link https://t.ly/2CxGt to verify purchases of EverGrow Organic Fertilizer."
|
||||||
PurchaseComplete SMSType = "Thank you for completing the purchase survey."
|
PurchaseComplete SMSType = "Thank you for completing the purchase survey."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user