From d1e7852158f64657cec2b6877fb6d0dbb5815831 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 30 Oct 2024 07:09:09 -0400 Subject: [PATCH] Playground --- 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 ccf971f3..e17e38ee 100644 --- a/wrenchboard/src/shared_tool/reco_egine.cc +++ b/wrenchboard/src/shared_tool/reco_egine.cc @@ -309,7 +309,7 @@ long RecoPlayGround( int itm_count, CVars in, CVars &out ){ int ic = itm_count; snprintf(vname, sizeof (vname), "title_%05d", ic); - out[vname] = "Some of your task as owner Need Review now "; + out[vname] = "Visit Playground"; snprintf(vname, sizeof (vname), "description_%05d", ic); out[vname] = "Some of your task as owner Need Review now,Some of your task as owner Need Review now, S Need Review now"; @@ -327,7 +327,7 @@ long RecoPlayGround( int itm_count, CVars in, CVars &out ){ out[vname] = "icon1"; snprintf(vname, sizeof (vname), "banner_%05d", ic); - out[vname] ="https://www.wrenchboard.com/assets/images/apps/banners/banner-job-due.jpg"; + out[vname] ="https://www.wrenchboard.com/assets/images/apps/banners/playground.jpg"; snprintf(vname, sizeof (vname), "banner_location_%05d", ic); out[vname] ="URL"; @@ -342,7 +342,7 @@ long RecoPlayGround( int itm_count, CVars in, CVars &out ){ out[vname] = "View"; snprintf(vname, sizeof (vname), "short_title_%05d", ic); - out[vname] = "Review Ready Tasks"; + out[vname] = "Playground"; snprintf(vname, sizeof (vname), "short_description_%05d", ic); out[vname] = "Some of your jobs are waiting for approval ";