diff --git a/www-api/app/Controllers/WrenchResources.php b/www-api/app/Controllers/WrenchResources.php index 218069a6..41fcb9dd 100644 --- a/www-api/app/Controllers/WrenchResources.php +++ b/www-api/app/Controllers/WrenchResources.php @@ -60,17 +60,17 @@ class WrenchResources extends BaseController [ "id" => "1", "name" => "onsale", - "content" => "On Sale", + "content" => "Ask Away", ], [ "id" => "2", "name" => "owned", - "content" => "Owned", + "content" => "Interesting", ], [ "id" => "3", "name" => "created", - "content" => "Created", + "content" => "My Items", ], ]