We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e199a commit 06411a2Copy full SHA for 06411a2
1 file changed
src/components/Onboarding.tsx
@@ -71,9 +71,14 @@ export const Onboarding = () => {
71
>
72
<Typography variant={"h1"}>{isPastPermissions ? "Setup" : "Permissions"}</Typography>
73
{isPastPermissions ? (
74
- <Typography variant={"body1"}>
+ <Typography variant={"body1"} sx={{ pb: 1 }}>
75
Mimessage needs to analyze and parse your messages. This should take between 5 - 120 seconds, depending on
76
how many messages you have.
77
+ <br />
78
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.
82
</Typography>
83
) : (
84
<>
0 commit comments