Apply suggestions from code review

This commit is contained in:
sua yoo 2023-01-16 10:08:45 -08:00 committed by GitHub
parent 7e93ec57e0
commit 6a30660728
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("Extra URLs In Scope"),
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 URLs In Scope")}
label=${msg("Extra URLs in Scope")}
rows="3"
autocomplete="off"
value=${this.formState.allowedExternalUrlList}