Updates name (again) to actually reflect what this is

Because they _aren't_ additional seed URLs!
This commit is contained in:
Henry Wilkinson 2023-01-13 17:13:42 -05:00
parent 77a46aa2d9
commit 7e93ec57e0
2 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ export class ConfigDetails extends LiteElement {
this.scopeTypeLabels[crawlConfig?.config.scopeType]
)}
${this.renderSetting(
msg("Extra Start URLs"),
msg("Extra URLs In Scope"),
crawlConfig?.config.include?.length
? html`
<ul>

View File

@ -898,7 +898,7 @@ https://example.com/path`}
${this.renderFormCol(html`
<sl-textarea
name="allowedExternalUrlList"
label=${msg("Extra Start URLs")}
label=${msg("Extra URLs In Scope")}
rows="3"
autocomplete="off"
value=${this.formState.allowedExternalUrlList}