From 39dd9ae374cc48902c3deedda4b1337db8f171be Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 22 May 2023 19:17:20 +0800 Subject: [PATCH] Add more details to the Pocket importer blurb --- packages/web/pages/settings/integrations.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/pages/settings/integrations.tsx b/packages/web/pages/settings/integrations.tsx index 775faedff..2babac6c7 100644 --- a/packages/web/pages/settings/integrations.tsx +++ b/packages/web/pages/settings/integrations.tsx @@ -165,7 +165,7 @@ export default function Integrations(): JSX.Element { icon: '/static/icons/pocket.svg', title: 'Pocket', subText: - 'Pocket is a place to save articles, videos, and more. Our Pocket integration allows importing your Pocket library to Omnivore.', + 'Pocket is a place to save articles, videos, and more. Our Pocket integration allows importing your Pocket library to Omnivore. Once connected we will asyncronously import all your Pocket articles into Omnivore, as this process is resource intensive it can take some time. You will receive an email when the process is completed.', button: { text: pocketConnected ? 'Import' : 'Connect to Pocket', icon: ,