From 60b917a0dfd3577ac5840fbe18e6b3e9737565f9 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 29 Jun 2023 20:43:12 -0400 Subject: [PATCH] faq added --- www-api/app/Controllers/WrenchFaq.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/www-api/app/Controllers/WrenchFaq.php b/www-api/app/Controllers/WrenchFaq.php index 57923028..fac23a56 100644 --- a/www-api/app/Controllers/WrenchFaq.php +++ b/www-api/app/Controllers/WrenchFaq.php @@ -48,7 +48,7 @@ class WrenchFaq extends BaseController } */ - $total = 2; + $total = 1; $data = array( "status" => 100, @@ -76,10 +76,16 @@ class WrenchFaq extends BaseController $data["result_list"][] = array( "public" => "1", - "title" => "Do I need different account to post or perform task ?", + "title" => "What is WrenchBoard Family Login ?", "msg" => "Random gibberish text to use in web pages, site templates and in typography demos. Get rid of Lorem Ipsum forever. A tool for web designers who want to save time. ".$key, ); + $data["result_list"][] = array( + "public" => "1", + "title" => "Do I need different account to post or perform task ?", + "msg" => "You can use your one account to perform any variety of activities. You dont need a separate account. ", + ); + $data["result_list"][] = array( "public" => "1", "title" => "Does WrenchBoard work on mobile devices?", @@ -89,7 +95,7 @@ class WrenchFaq extends BaseController $data["result_list"][] = array( "public" => "1", "title" => "What is WrenchBoard Market ?", - "msg" => "Random gibberish text to use in web pages, site templates and in typography demos. Get rid of Lorem Ipsum forever. A tool for web designers who want to save time. ".$key, + "msg" => "The market is the place to see all jobs posted to the public, you can raise your hand by showing interest, and the owner can approve you starting the task. ", );