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 @@ -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 ` ;
You can’t perform that action at this time.
0 commit comments