You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -204,21 +206,21 @@ export class OnboardingView extends LitElement {
204
206
},
205
207
{
206
208
title: "Packrat downloads websites as you browse",
207
-
img: collageImg,
209
+
img: downloadingImg,
208
210
body: "All the pages you view with the extension enabled will be saved locally to your computer.",
209
211
alt: "Digital collage of content coalessing into a vintage computer monitor",
210
212
},
211
213
{
212
-
title: "Send a link to share your archives",
213
-
img: collageImg,
214
-
body: "All data is transferred directly from your computer to their browser.\n\n We don't get access to your archives.",
215
-
alt: "",
214
+
title: "Share your archives with others with a link",
215
+
img: sharingImg,
216
+
body: "All data is transferred directly from your computer to their browser. Nobody else gets access to your archives.",
217
+
alt: "Digital collage of two computers with images being transferred between them in a whirlwind of scribbles",
216
218
},
217
219
{
218
-
title: "Web archives of logged-in sites can contain private data!",
219
-
img: collageImg,
220
-
body: "Only share web archives of logged-in sites with people you trust.",
221
-
alt: "",
220
+
title: "Web archives can contain private data!",
221
+
img: warningImg,
222
+
body: "Web archives of logged-in sites can contain private messages, user data, and account credentials. Only share archives of logged-in sites with people you trust.",
223
+
alt: "Digital collage of a top secret classified document cover sheet atop maps and an envelope",
222
224
},
223
225
];
224
226
@@ -267,7 +269,7 @@ export class OnboardingView extends LitElement {
0 commit comments