From ed8b7f50c62062bab10b97753e09552ab4d0a89e Mon Sep 17 00:00:00 2001 From: cyrus Date: Wed, 28 Jan 2026 17:33:52 +0530 Subject: [PATCH] Update Home page button label from 'Manage Connections' to 'Settings' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Change button label to 'Settings' for clarity since it opens the full settings modal - Update description to reflect comprehensive settings options available - Better represents the actual functionality of opening the settings modal system 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/pages/Home.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index f74a2a29e..e6392595d 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -87,14 +87,14 @@ const Home = () => { {/* Action buttons */}
- {/* Manage Connections */} + {/* Settings */}