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. ", );