Allowed URL Prefixes → Extra Start URLs

Changes name, hopefully people have an easier time understanding this now!

Will close #476
This commit is contained in:
Henry Wilkinson 2023-01-13 16:50:00 -05:00
parent bc67cc8443
commit 77a46aa2d9
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("Allowed URL Prefixes"),
msg("Extra Start URLs"),
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("Allowed URL Prefixes")}
label=${msg("Extra Start URLs")}
rows="3"
autocomplete="off"
value=${this.formState.allowedExternalUrlList}