From 55e204576d22cf6af94d809b87b763d91ebda3d5 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 1 Jul 2023 18:43:44 -0400 Subject: [PATCH] Adjueted then tab items --- www-api/app/Controllers/WrenchResources.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", ], ]