diff --git a/wrenchboard/src/shared_tool/email.cc b/wrenchboard/src/shared_tool/email.cc index 4cc04897..f7058f13 100644 --- a/wrenchboard/src/shared_tool/email.cc +++ b/wrenchboard/src/shared_tool/email.cc @@ -1001,12 +1001,12 @@ long project_email(long mailtype, CVars in, CVars &out) { case CONTRACT_REJECT_COMPLETE: vars2form(out, form); - form.LetStr("subject", "Notification of Task Completion Rejection"); + form.LetStr("subject", "Task Completion Rejection"); form.LetStr("email", out["member_email"].c_str()); form.Email("PROJ/contract_rejectcomplete_m.mailfile"); vars2form(out, form); - form.LetStr("subject", "Notification of Task Completion Rejection"); + form.LetStr("subject", "Task Completion Rejected"); form.LetStr("email", out["client_email"].c_str()); form.Email("PROJ/contract_rejectcomplete_c.mailfile"); diff --git a/www-api/app/Controllers/WrenchFaq.php b/www-api/app/Controllers/WrenchFaq.php index cdd87ffb..3b13e7bb 100644 --- a/www-api/app/Controllers/WrenchFaq.php +++ b/www-api/app/Controllers/WrenchFaq.php @@ -104,12 +104,19 @@ class WrenchFaq extends BaseController "msg" => "We value the privacy of our patrons, and with this in our backbone, we strive to employ the best industry standards and practices to protect all privacy. We continuously abreast ourselves with the growing threat and endeavor to ensure we are always a step ahead. ", ); + $data["result_list"][] = array( + "public" => "0", + "title" => "What can I do with my wallet?", + "msg" => "You can redeem your balance, transfer to your bank accounts, or any available options.", + ); + $data["result_list"][] = array( "public" => "1", "title" => "How do I contact WrenchBoard Support?", "msg" => "We are here to hear you and assist you in any way possible. The best way is to go into your account and send a message to support or use our chat or support email.", ); + // for ($i = 0; $i < $total; $i++) { // $key = sprintf("%05d", $i); // $data["result_list"][] = array(