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.scopeTypeLabels[crawlConfig?.config.scopeType]
)} )}
${this.renderSetting( ${this.renderSetting(
msg("Extra Start URLs"), msg("Extra URLs In Scope"),
crawlConfig?.config.include?.length crawlConfig?.config.include?.length
? html` ? html`
<ul> <ul>

View File

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