text fix
This commit is contained in:
@@ -223,13 +223,13 @@ long RecoCheckFamilyLogin(int itm_count, CVars in, CVars &out ){
|
||||
out[vname] = "Continue";
|
||||
|
||||
snprintf(vname, sizeof (vname), "short_button_text_%05d", ic);
|
||||
out[vname] = "short_button_text";
|
||||
out[vname] = "View Now";
|
||||
|
||||
snprintf(vname, sizeof (vname), "short_title_%05d", ic);
|
||||
out[vname] = "short_title";
|
||||
out[vname] = "Family Accounts";
|
||||
|
||||
snprintf(vname, sizeof (vname), "short_description_%05d", ic);
|
||||
out[vname] = "short_description";
|
||||
out[vname] = "You have family members that are yet to login in";
|
||||
|
||||
ret = PHP_API_OK;
|
||||
}
|
||||
@@ -349,7 +349,7 @@ long RecoCheckCoupons( int itm_count, CVars in, CVars &out ){
|
||||
out[vname] = "Free Cash";
|
||||
|
||||
snprintf(vname, sizeof (vname), "short_description_%05d", ic);
|
||||
out[vname] = "short_description";
|
||||
out[vname] = "You have received cash coupon waiting to be redeemed";
|
||||
|
||||
ret = PHP_API_OK;
|
||||
}
|
||||
@@ -402,13 +402,13 @@ long RecoCheckTaskDue( int itm_count, CVars in, CVars &out ){
|
||||
out[vname] = "View Tasks";
|
||||
|
||||
snprintf(vname, sizeof (vname), "short_button_text_%05d", ic);
|
||||
out[vname] = "short_button_text";
|
||||
out[vname] = "View";
|
||||
|
||||
snprintf(vname, sizeof (vname), "short_title_%05d", ic);
|
||||
out[vname] = "Past Due Tasks";
|
||||
|
||||
snprintf(vname, sizeof (vname), "short_description_%05d", ic);
|
||||
out[vname] = "View";
|
||||
out[vname] = "Some of you task are now past due";
|
||||
|
||||
ret = PHP_API_OK;
|
||||
}
|
||||
@@ -468,7 +468,7 @@ long RecoCheckTaskReview( int itm_count, CVars in, CVars &out ){
|
||||
out[vname] = "Review Ready Tasks";
|
||||
|
||||
snprintf(vname, sizeof (vname), "short_description_%05d", ic);
|
||||
out[vname] = "short_description";
|
||||
out[vname] = "Some of your jobs are waiting for approval ";
|
||||
|
||||
ret = PHP_API_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user