Reco text
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user