Banner texts

This commit is contained in:
CHIEFSOFT\ameye
2023-06-24 22:52:44 -04:00
parent d7afe0df3a
commit 121913ece2
+12 -12
View File
@@ -266,10 +266,10 @@ long RecoCheckFamilyLogin(int itm_count, CVars in, CVars &out ){
if (res != NULL && pgsql_num_rows(res) > 0) { if (res != NULL && pgsql_num_rows(res) > 0) {
snprintf(vname, sizeof (vname), "title_%05d", ic); 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); 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); snprintf(vname, sizeof (vname), "card_type_%05d", ic);
out[vname] = "FAMILY_NOLOGIN"; out[vname] = "FAMILY_NOLOGIN";
@@ -302,10 +302,10 @@ long RecoCheckFamilyLogin(int itm_count, CVars in, CVars &out ){
out[vname] = "Family Accounts"; out[vname] = "Family Accounts";
snprintf(vname, sizeof (vname), "short_description_%05d", ic); 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); 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; 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) { if (res != NULL && pgsql_num_rows(res) > 0) {
snprintf(vname, sizeof (vname), "title_%05d", ic); 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); 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); snprintf(vname, sizeof (vname), "card_type_%05d", ic);
out[vname] = "OFFERS"; out[vname] = "OFFERS";
@@ -365,10 +365,10 @@ long RecoReferAFreind(int itm_count, CVars in, CVars &out ){
out[vname] = "Refer A Friend"; out[vname] = "Refer A Friend";
snprintf(vname, sizeof (vname), "short_description_%05d", ic); 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); snprintf(vname, sizeof (vname), "short_style_%05d", ic);
out[vname] = "short_style by"; out[vname] = "Refer a Friend.";
ret = PHP_API_OK; 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) { if (res != NULL && pgsql_num_rows(res) > 0) {
snprintf(vname, sizeof (vname), "title_%05d", ic); 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); 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); snprintf(vname, sizeof (vname), "card_type_%05d", ic);
out[vname] = "PEND_INTEREST"; out[vname] = "PEND_INTEREST";
@@ -430,10 +430,10 @@ long RecoPendingInterestCount( int itm_count, CVars in, CVars &out ){
out[vname] = "Details"; out[vname] = "Details";
snprintf(vname, sizeof (vname), "short_title_%05d", ic); 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); 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); snprintf(vname, sizeof (vname), "short_style_%05d", ic);
out[vname] = "short_style lb"; out[vname] = "short_style lb";