From 8a78fab115c9808418ea86860dbb8265cd39e656 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 06:29:26 +0530 Subject: [PATCH] feat: authenicated as --- src/components/molecules/IntegrationSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} )}