From 8df4ab898f9fcce7887cb7a705ce99295c257813 Mon Sep 17 00:00:00 2001 From: Mahesh Sanikommmu Date: Thu, 28 Aug 2025 14:28:25 -0700 Subject: fix the commetns --- apps/web/components/views/integrations.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/web/components') diff --git a/apps/web/components/views/integrations.tsx b/apps/web/components/views/integrations.tsx index 5ad141f3..5174aeca 100644 --- a/apps/web/components/views/integrations.tsx +++ b/apps/web/components/views/integrations.tsx @@ -200,7 +200,7 @@ export function IntegrationsView() { onSuccess: () => { analytics.connectionDeleted(); toast.success( - "Connection removal has started. supermemory will permanently delete the documents in the next few minutes.", + "Connection removal has started. supermemory will permanently delete all documents related to the connection in the next few minutes.", ); queryClient.invalidateQueries({ queryKey: ["connections"] }); }, @@ -286,10 +286,10 @@ export function IntegrationsView() {

- iOS Shortcuts + Apple shortcuts

- Add memories directly from iOS + Add memories directly from iPhone, iPad or Mac.

@@ -379,7 +379,7 @@ export function IntegrationsView() { Connections

- Connect your favorite services to import documents + Connect your accounts to sync document.

{!isProUser && (

-- cgit v1.2.3