diff --git a/wrenchboard/src/shared_tool/reco_egine.cc b/wrenchboard/src/shared_tool/reco_egine.cc index 8173a4a1..cd13fcfc 100644 --- a/wrenchboard/src/shared_tool/reco_egine.cc +++ b/wrenchboard/src/shared_tool/reco_egine.cc @@ -266,10 +266,10 @@ long RecoCheckFamilyLogin(int itm_count, CVars in, CVars &out ){ if (res != NULL && pgsql_num_rows(res) > 0) { snprintf(vname, sizeof (vname), "title_%05d", ic); - out[vname] = "This is the family not login text"; + out[vname] = "Some family accounts are yet to log in."; 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] = "Help your team remember their account information. Assign tasks."; snprintf(vname, sizeof (vname), "card_type_%05d", ic); out[vname] = "FAMILY_NOLOGIN"; @@ -302,10 +302,10 @@ long RecoCheckFamilyLogin(int itm_count, CVars in, CVars &out ){ out[vname] = "Family Accounts"; snprintf(vname, sizeof (vname), "short_description_%05d", ic); - out[vname] = "You have family members that are yet to login in"; + out[vname] = "Help your team remember their account information."; snprintf(vname, sizeof (vname), "short_style_%05d", ic); - out[vname] = "short_style"; + out[vname] = "Some family accounts are yet to log in"; ret = PHP_API_OK; } @@ -329,10 +329,10 @@ long RecoReferAFreind(int itm_count, CVars in, CVars &out ){ if (res != NULL && pgsql_num_rows(res) > 0) { snprintf(vname, sizeof (vname), "title_%05d", ic); - out[vname] = "Show this to a friend"; + out[vname] = "Share WrenchBoard with a friend."; snprintf(vname, sizeof (vname), "description_%05d", ic); - out[vname] = "Show this to a friend for your Show this to a friend Show this to a friend"; + out[vname] = "Show this to a friend and earn free coupons. Get started."; snprintf(vname, sizeof (vname), "card_type_%05d", ic); out[vname] = "OFFERS"; @@ -365,10 +365,10 @@ long RecoReferAFreind(int itm_count, CVars in, CVars &out ){ out[vname] = "Refer A Friend"; snprintf(vname, sizeof (vname), "short_description_%05d", ic); - out[vname] = "Refer a frined short description"; + out[vname] = "Share WrenchBoard with a friend."; snprintf(vname, sizeof (vname), "short_style_%05d", ic); - out[vname] = "short_style by"; + out[vname] = "Refer a Friend."; ret = PHP_API_OK; } @@ -397,10 +397,10 @@ long RecoPendingInterestCount( int itm_count, CVars in, CVars &out ){ if (res != NULL && pgsql_num_rows(res) > 0) { snprintf(vname, sizeof (vname), "title_%05d", ic); - out[vname] = "We are waiting on feedback"; + out[vname] = "You are waiting for feedback."; snprintf(vname, sizeof (vname), "description_%05d", ic); - out[vname] = "We are waiting on feedback - We are waiting on feedback"; + out[vname] = "You have shown interest in a few tasks and are waiting for confirmation to start."; snprintf(vname, sizeof (vname), "card_type_%05d", ic); out[vname] = "PEND_INTEREST"; @@ -430,10 +430,10 @@ long RecoPendingInterestCount( int itm_count, CVars in, CVars &out ){ out[vname] = "Details"; snprintf(vname, sizeof (vname), "short_title_%05d", ic); - out[vname] = "We are waiting on feedback"; + out[vname] = "You are waiting for feedback."; snprintf(vname, sizeof (vname), "short_description_%05d", ic); - out[vname] = "We are waiting on feedback We are waiting on feedback "; + out[vname] = "You are waiting for confirmation to start."; snprintf(vname, sizeof (vname), "short_style_%05d", ic); out[vname] = "short_style lb";