Skip to content

Commit 4acde94

Browse files
committed
update copy
1 parent d6bd29e commit 4acde94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/features/crawl-workflows/workflow-editor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2361,7 +2361,7 @@ https://archiveweb.page/images/${"logo.svg"}`}
23612361
`)}
23622362
${this.renderHelpTextCol(
23632363
msg(
2364-
`Enable duplication checks before and during a crawl to avoid duplicate content in archived items.`,
2364+
`Enable deduplication to prevent content that has already been crawled from being stored.`,
23652365
),
23662366
)}
23672367
${when(
@@ -2444,7 +2444,7 @@ https://archiveweb.page/images/${"logo.svg"}`}
24442444
`)}
24452445
${this.renderHelpTextCol(
24462446
msg(
2447-
"This collection will be used as the deduplication source for all crawls of this workflow.",
2447+
"All crawls of this workflow will be deduplicated against this collection.",
24482448
),
24492449
)}
24502450
`;

0 commit comments

Comments
 (0)