From e021184c27e612375e21c6df63521e62b178b523 Mon Sep 17 00:00:00 2001 From: Henry Wilkinson Date: Thu, 26 Jan 2023 17:41:18 -0500 Subject: [PATCH] Updates crawl type descriptions Improvements based on Nicholas' feedback. --- frontend/src/pages/org/crawl-configs-new.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/org/crawl-configs-new.ts b/frontend/src/pages/org/crawl-configs-new.ts index 39983b30..93512422 100644 --- a/frontend/src/pages/org/crawl-configs-new.ts +++ b/frontend/src/pages/org/crawl-configs-new.ts @@ -148,7 +148,7 @@ export class CrawlTemplatesNew extends LiteElement {
${msg("URL List")}

${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." )}

@@ -169,7 +169,7 @@ export class CrawlTemplatesNew extends LiteElement {
${msg("Seeded Crawl")}

${msg( - "The crawler automatically finds new pages and archives them." + "The crawler automatically discovers and archives pages starting from a single seed URL." )}