feat: rename to integrations

This commit is contained in:
amhsirak
2025-08-25 19:46:22 +05:30
parent c8dc0de6d5
commit 10b2a1b568

View File

@@ -612,7 +612,7 @@ export const RobotIntegrationPage = ({
case "webhook": case "webhook":
return "Webhook Integration"; return "Webhook Integration";
default: default:
return "Integration Settings"; return "Integration";
} }
}; };