From 92c4cec841337c8f085ebff0f6931b1248258936 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 17 Jun 2023 19:24:49 -0400 Subject: [PATCH] Refer friend style --- wrenchboard/src/shared_tool/reco_egine.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wrenchboard/src/shared_tool/reco_egine.cc b/wrenchboard/src/shared_tool/reco_egine.cc index 32fd9b8a..7ebc6327 100644 --- a/wrenchboard/src/shared_tool/reco_egine.cc +++ b/wrenchboard/src/shared_tool/reco_egine.cc @@ -360,13 +360,13 @@ long RecoReferAFreind(int itm_count, CVars in, CVars &out ){ out[vname] = "View now"; snprintf(vname, sizeof (vname), "short_title_%05d", ic); - out[vname] = "Interest Pending"; + out[vname] = "Refer A Friend"; snprintf(vname, sizeof (vname), "short_description_%05d", ic); - out[vname] = "Some interest waiting for your job(s)"; + out[vname] = "Refer a frined short description"; snprintf(vname, sizeof (vname), "short_style_%05d", ic); - out[vname] = "short_style ly"; + out[vname] = "short_style by"; ret = PHP_API_OK; }