From 3d9dfa98d21086d2240d5a3b32b11c44681dea32 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 10 Sep 2023 09:20:07 -0400 Subject: [PATCH] Reco text --- wrenchboard/src/shared_tool/reco_egine.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wrenchboard/src/shared_tool/reco_egine.cc b/wrenchboard/src/shared_tool/reco_egine.cc index b1882822..9a1c5eb4 100644 --- a/wrenchboard/src/shared_tool/reco_egine.cc +++ b/wrenchboard/src/shared_tool/reco_egine.cc @@ -332,7 +332,7 @@ long RecoReferAFreind(int itm_count, CVars in, CVars &out ){ out[vname] = "Share WrenchBoard with a friend."; snprintf(vname, sizeof (vname), "description_%05d", ic); - out[vname] = "Show this to a friend and earn free coupons. Get started."; + out[vname] = "Show WrenchBoard to a friend and earn free coupons. Get started."; snprintf(vname, sizeof (vname), "card_type_%05d", ic); out[vname] = "OFFERS"; @@ -362,7 +362,7 @@ long RecoReferAFreind(int itm_count, CVars in, CVars &out ){ out[vname] = "View now"; snprintf(vname, sizeof (vname), "short_title_%05d", ic); - out[vname] = "Refer A Friend"; + out[vname] = "Invite a Friend - get Rewards"; snprintf(vname, sizeof (vname), "short_description_%05d", ic); out[vname] = "Share WrenchBoard with a friend."; @@ -527,7 +527,7 @@ long RecoCheckCoupons( int itm_count, CVars in, CVars &out ){ out[vname] = "Yo man , you have Coupons to play with"; snprintf(vname, sizeof (vname), "description_%05d", ic); - out[vname] = "his is the family not login text DESCRIPTIOON - This is the offer available text"; + out[vname] = "You have received some cash coupons waiting to be redeemed."; snprintf(vname, sizeof (vname), "card_type_%05d", ic); out[vname] = "COUPONS"; @@ -557,10 +557,10 @@ long RecoCheckCoupons( int itm_count, CVars in, CVars &out ){ out[vname] = "Redeem"; snprintf(vname, sizeof (vname), "short_title_%05d", ic); - out[vname] = "Free Cash"; + out[vname] = "Redeem your Cash Coupons!"; snprintf(vname, sizeof (vname), "short_description_%05d", ic); - out[vname] = "You have received cash coupon waiting to be redeemed"; + out[vname] = "You have received some cash coupons waiting to be redeemed."; snprintf(vname, sizeof (vname), "short_style_%05d", ic); out[vname] = "short_style lg";