diff --git a/src/components/molecules/IntegrationSettings.tsx b/src/components/molecules/IntegrationSettings.tsx
index 81410a51..cadbfdb7 100644
--- a/src/components/molecules/IntegrationSettings.tsx
+++ b/src/components/molecules/IntegrationSettings.tsx
@@ -118,16 +118,10 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I
{recording && recording.google_sheet_id ? (
<>
- Google Sheet Integrated Successfully.
Every time this robot creates a successful run, its captured data is appended to your {recording.google_sheet_name} Google Sheet.
-
- Sheet Name: {recording.google_sheet_name}
-
- Sheet ID: {recording.google_sheet_id}
-