Updates crawl type descriptions
Improvements based on Nicholas' feedback.
This commit is contained in:
parent
231c37108c
commit
e021184c27
@ -148,7 +148,7 @@ export class CrawlTemplatesNew extends LiteElement {
|
|||||||
<div class="text-lg font-medium my-3">${msg("URL List")}</div>
|
<div class="text-lg font-medium my-3">${msg("URL List")}</div>
|
||||||
<p class="text-sm text-neutral-500">
|
<p class="text-sm text-neutral-500">
|
||||||
${msg(
|
${msg(
|
||||||
"The crawler visits every URL you tell it to and optionally every URL linked on those pages."
|
"The crawler visits every URL specified in a list, and optionally every URL linked on those pages."
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
</figcaption>
|
</figcaption>
|
||||||
@ -169,7 +169,7 @@ export class CrawlTemplatesNew extends LiteElement {
|
|||||||
<div class="text-lg font-medium my-3">${msg("Seeded Crawl")}</div>
|
<div class="text-lg font-medium my-3">${msg("Seeded Crawl")}</div>
|
||||||
<p class="text-sm text-neutral-500">
|
<p class="text-sm text-neutral-500">
|
||||||
${msg(
|
${msg(
|
||||||
"The crawler automatically finds new pages and archives them."
|
"The crawler automatically discovers and archives pages starting from a single seed URL."
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
</figcaption>
|
</figcaption>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user