Skip to content

Commit 06411a2

Browse files
committed
add onboarding copy
1 parent d7e199a commit 06411a2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/components/Onboarding.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,14 @@ export const Onboarding = () => {
7171
>
7272
<Typography variant={"h1"}>{isPastPermissions ? "Setup" : "Permissions"}</Typography>
7373
{isPastPermissions ? (
74-
<Typography variant={"body1"}>
74+
<Typography variant={"body1"} sx={{ pb: 1 }}>
7575
Mimessage needs to analyze and parse your messages. This should take between 5 - 120 seconds, depending on
7676
how many messages you have.
77+
<br />
78+
<br />
79+
This is all happening on your machine, and is fully private. No data is ever sent or given to anyone by
80+
default. If you enable the OpenAI chat integration or semantic search, the AI chats will be sent to ChatGPT,
81+
but will be explicitly prompted to do so when using those features.
7782
</Typography>
7883
) : (
7984
<>

0 commit comments

Comments
 (0)