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; }