From 21da8a5c21431ba06ca69031f2ddc27152c59e27 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 10 Jun 2023 09:11:44 -0400 Subject: [PATCH] fix text --- wrenchboard/src/shared_tool/reco_egine.cc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/wrenchboard/src/shared_tool/reco_egine.cc b/wrenchboard/src/shared_tool/reco_egine.cc index 032885c2..64d65a91 100644 --- a/wrenchboard/src/shared_tool/reco_egine.cc +++ b/wrenchboard/src/shared_tool/reco_egine.cc @@ -343,10 +343,10 @@ long RecoCheckCoupons( 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] = "Redeem"; snprintf(vname, sizeof (vname), "short_title_%05d", ic); - out[vname] = "short_title"; + out[vname] = "Free Cash"; snprintf(vname, sizeof (vname), "short_description_%05d", ic); out[vname] = "short_description"; @@ -405,10 +405,10 @@ long RecoCheckTaskDue( int itm_count, CVars in, CVars &out ){ out[vname] = "short_button_text"; snprintf(vname, sizeof (vname), "short_title_%05d", ic); - out[vname] = "short_title"; + out[vname] = "Past Due Tasks"; snprintf(vname, sizeof (vname), "short_description_%05d", ic); - out[vname] = "short_description"; + out[vname] = "View"; ret = PHP_API_OK; } @@ -462,10 +462,10 @@ long RecoCheckTaskReview( 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] = "Start Review"; snprintf(vname, sizeof (vname), "short_title_%05d", ic); - out[vname] = "short_title"; + out[vname] = "Review Ready Tasks"; snprintf(vname, sizeof (vname), "short_description_%05d", ic); out[vname] = "short_description"; @@ -521,13 +521,13 @@ long RecoCheckBlog( int itm_count, CVars in, CVars &out ){ out[vname] = "View Article"; snprintf(vname, sizeof (vname), "short_button_text_%05d", ic); - out[vname] = "short_button_text"; + out[vname] = "Read Now"; snprintf(vname, sizeof (vname), "short_title_%05d", ic); - out[vname] = "short_title"; - + out[vname] = "Article - Similarity Index"; + snprintf(vname, sizeof (vname), "short_description_%05d", ic); - out[vname] = "short_description"; + out[vname] = "Similarity index is a term you should be familiar with as an online writer"; ret = PHP_API_OK;