Skip to content

Commit cae1850

Browse files
committed
Reword help text
1 parent 7c0a591 commit cae1850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/strings/crawl-workflows/infoText.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const infoTextFor = {
7676
`Enable custom page actions with behavior scripts. You can specify any publicly accessible URL or public Git repository.`,
7777
),
7878
saveStorage: msg(
79-
`Save the browser's localStorage and sessionStorage in resulting web archive. Use caution sharing WACZs created with this option.`,
79+
`Save the browser's localStorage and sessionStorage data for pages. Use caution sharing WACZs created with this option.`,
8080
),
8181
} as const satisfies Partial<Record<Field, string | TemplateResult>>;
8282

0 commit comments

Comments
 (0)