mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-11 00:02:38 +02:00
fix sync resume modal copy
This commit is contained in:
parent
5e47bd4309
commit
f26d57e8eb
1 changed files with 4 additions and 11 deletions
|
|
@ -37,21 +37,14 @@ export function ComposioGoogleMigrationModal({
|
||||||
<div className="p-6 pb-0">
|
<div className="p-6 pb-0">
|
||||||
<DialogHeader className="space-y-1.5">
|
<DialogHeader className="space-y-1.5">
|
||||||
<DialogTitle className="text-lg font-semibold">
|
<DialogTitle className="text-lg font-semibold">
|
||||||
Reconnect Google to keep syncing
|
Reconnect Google to resume syncing
|
||||||
</DialogTitle>
|
</DialogTitle>
|
||||||
<DialogDescription asChild>
|
<DialogDescription asChild>
|
||||||
<div className="space-y-3 text-sm leading-relaxed">
|
<div className="space-y-3 text-sm leading-relaxed">
|
||||||
<p>
|
<p>
|
||||||
Rowboat used to sync your Gmail and Calendar through{" "}
|
Knowledge graph syncing for Gmail and Calendar now uses a
|
||||||
<span className="font-medium text-foreground">Composio</span>, a
|
direct Google connection. Reconnect to resume. Your existing
|
||||||
third-party connector. We've now built a direct connection to
|
emails and events stay where they are.
|
||||||
Google — it's faster, more private, and doesn't rely on a
|
|
||||||
middleman.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
We've disconnected the Composio connection. Reconnect Google
|
|
||||||
directly to resume syncing — your existing emails and calendar
|
|
||||||
events stay exactly where they are.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</DialogDescription>
|
</DialogDescription>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue