diff --git a/www-api/app/Controllers/WrenchFaq.php b/www-api/app/Controllers/WrenchFaq.php index fac23a56..068207c9 100644 --- a/www-api/app/Controllers/WrenchFaq.php +++ b/www-api/app/Controllers/WrenchFaq.php @@ -77,7 +77,7 @@ class WrenchFaq extends BaseController $data["result_list"][] = array( "public" => "1", "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, + "msg" => "The family account is a subset of your account that you can manage from your account. You can control the task and earnings from your account, which will be the parent account. ", ); $data["result_list"][] = array( @@ -89,7 +89,7 @@ class WrenchFaq extends BaseController $data["result_list"][] = array( "public" => "1", "title" => "Does WrenchBoard work on mobile devices?", - "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" => "Yes, you can browse from your mobile device. For the best experience, use our native app from app stores. ", ); $data["result_list"][] = array(