diff --git a/docs/user-guide/workflow-setup.md b/docs/user-guide/workflow-setup.md index 5c2eb4d3..ad1b3f7b 100644 --- a/docs/user-guide/workflow-setup.md +++ b/docs/user-guide/workflow-setup.md @@ -62,7 +62,7 @@ You must specify the protocol (likely `http://` or `https://`) as a part of the : This scope will crawl all pages on the domain and any subdomains found. If `example.com` is set as the _Crawl Start URL_, both pages on `example.com` and `subdomain.example.com` will be crawled. `Custom Page Prefix` -: This scope will crawl all pages that begin with the _Crawl Start URL_ as well as pages from any URL that begin with the URLs listed in `Extra URLs in Scope` +: This scope will crawl all pages that begin with the _Crawl Start URL_ as well as pages from any URL that begin with the URLs listed in `Extra URL Prefixes in Scope` ### Max Depth @@ -70,7 +70,7 @@ You must specify the protocol (likely `http://` or `https://`) as a part of the Only shown with a _Start URL Scope_ of `Pages on This Domain` and above, the _Max Depth_ setting instructs the crawler to stop visiting new links past a specified depth. -### Extra URLs in Scope +### Extra URL Prefixes in Scope `Seeded Crawl`{ .badge-orange } diff --git a/frontend/src/components/config-details.ts b/frontend/src/components/config-details.ts index c4ceac74..2d5ede4d 100644 --- a/frontend/src/components/config-details.ts +++ b/frontend/src/components/config-details.ts @@ -188,7 +188,10 @@ export class ConfigDetails extends LiteElement { msg("Crawl Size Limit"), renderSize(crawlConfig?.maxCrawlSize) )} - ${this.renderSetting(msg("Crawler Instances"), crawlConfig?.scale)} + ${this.renderSetting( + msg("Crawler Instances"), + crawlConfig?.scale ? `${crawlConfig.scale}×` : "" + )}
@@ -330,7 +333,7 @@ export class ConfigDetails extends LiteElement { ] )} ${this.renderSetting( - msg("Extra URLs in Scope"), + msg("Extra URL Prefixes in Scope"), includeUrlList?.length ? html`