Minor capitalization fixes for workflow options (#1374)

- Updates checkbox casing
This commit is contained in:
Henry Wilkinson 2023-11-13 19:22:50 -05:00 committed by GitHub
parent 3e82c4513b
commit b9eab4c20f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1009,7 +1009,7 @@ https://example.com/path`}
name="includeLinkedPages"
?checked=${this.formState.includeLinkedPages}
>
${msg("Include Any Linked Page")}
${msg("Include any linked page")}
</sl-checkbox>`)}
${this.renderHelpTextCol(
msg(`If checked, the crawler will visit pages one link away from a Crawl
@ -1020,7 +1020,7 @@ https://example.com/path`}
name="failOnFailedSeed"
?checked=${this.formState.failOnFailedSeed}
>
${msg("Fail Crawl on Failed URL")}
${msg("Fail crawl on failed URL")}
</sl-checkbox>`)}
${this.renderHelpTextCol(
msg(