File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/src/features/crawl-workflows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ` ;
You can’t perform that action at this time.
0 commit comments