Skip to content

Commit 49b4a1d

Browse files
committed
update copy
1 parent da02d64 commit 49b4a1d

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
@@ -2362,7 +2362,7 @@ https://archiveweb.page/images/${"logo.svg"}`}
23622362
`)}
23632363
${this.renderHelpTextCol(
23642364
msg(
2365-
`Enable duplication checks before and during a crawl to avoid duplicate content in archived items.`,
2365+
`Enable deduplication to prevent content that has already been crawled from being stored.`,
23662366
),
23672367
)}
23682368
${when(
@@ -2445,7 +2445,7 @@ https://archiveweb.page/images/${"logo.svg"}`}
24452445
`)}
24462446
${this.renderHelpTextCol(
24472447
msg(
2448-
"This collection will be used as the deduplication source for all crawls of this workflow.",
2448+
"All crawls of this workflow will be deduplicated against this collection.",
24492449
),
24502450
)}
24512451
`;

0 commit comments

Comments
 (0)