diff --git a/src/components/molecules/IntegrationSettings.tsx b/src/components/molecules/IntegrationSettings.tsx index 033aa55c..44b0ea62 100644 --- a/src/components/molecules/IntegrationSettings.tsx +++ b/src/components/molecules/IntegrationSettings.tsx @@ -152,7 +152,7 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I <> {recording.google_sheet_email && ( - Logged in as: {recording.google_sheet_email} + Authenticated as: {recording.google_sheet_email} )}