From 10b2a1b568f4d99ae185e8f4f656d7a4d58dcc50 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 25 Aug 2025 19:46:22 +0530 Subject: [PATCH] feat: rename to integrations --- src/components/robot/pages/RobotIntegrationPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/robot/pages/RobotIntegrationPage.tsx b/src/components/robot/pages/RobotIntegrationPage.tsx index bffe8da8..4e42fd04 100644 --- a/src/components/robot/pages/RobotIntegrationPage.tsx +++ b/src/components/robot/pages/RobotIntegrationPage.tsx @@ -612,7 +612,7 @@ export const RobotIntegrationPage = ({ case "webhook": return "Webhook Integration"; default: - return "Integration Settings"; + return "Integration"; } };