We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0a591 commit cae1850Copy full SHA for cae1850
frontend/src/strings/crawl-workflows/infoText.ts
@@ -76,7 +76,7 @@ export const infoTextFor = {
76
`Enable custom page actions with behavior scripts. You can specify any publicly accessible URL or public Git repository.`,
77
),
78
saveStorage: msg(
79
- `Save the browser's localStorage and sessionStorage in resulting web archive. Use caution sharing WACZs created with this option.`,
+ `Save the browser's localStorage and sessionStorage data for pages. Use caution sharing WACZs created with this option.`,
80
81
} as const satisfies Partial<Record<Field, string | TemplateResult>>;
82
0 commit comments