diff options
| author | Mahesh Sanikommmu <[email protected]> | 2025-08-28 14:28:25 -0700 |
|---|---|---|
| committer | Mahesh Sanikommmu <[email protected]> | 2025-08-28 14:28:25 -0700 |
| commit | 8df4ab898f9fcce7887cb7a705ce99295c257813 (patch) | |
| tree | 0aac32682d56093fbd41c3a0e7831962ae6c9b86 /apps | |
| parent | added connections as well (diff) | |
| download | supermemory-8df4ab898f9fcce7887cb7a705ce99295c257813.tar.xz supermemory-8df4ab898f9fcce7887cb7a705ce99295c257813.zip | |
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/components/views/integrations.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
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() { </div> <div className="flex-1 min-w-0"> <h3 className="text-white font-semibold text-base mb-1"> - iOS Shortcuts + Apple shortcuts </h3> <p className="text-white/70 text-sm leading-relaxed"> - Add memories directly from iOS + Add memories directly from iPhone, iPad or Mac. </p> </div> </div> @@ -379,7 +379,7 @@ export function IntegrationsView() { Connections </h3> <p className="text-white/70 text-sm leading-relaxed mb-2"> - Connect your favorite services to import documents + Connect your accounts to sync document. </p> {!isProUser && ( <p className="text-xs text-white/50"> |