Merge pull request #477 from webrecorder/config-control-namefixes

Allowed URL Prefixes → Extra URLs In Scope
This commit is contained in:
Henry Wilkinson 2023-01-16 13:22:54 -05:00 committed by GitHub
commit c6b0936b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 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("Allowed URL Prefixes")}
label=${msg("Extra URLs in Scope")}
rows="3"
autocomplete="off"
value=${this.formState.allowedExternalUrlList}