@@ -785,8 +785,8 @@ https://example.com/path`}
>
`)}
${this.renderHelpTextCol(
- html`The crawler will visit and record each URL listed in the order
- defined here.`
+ msg(`The crawler will visit and record each URL listed in the order
+ defined here.`)
)}
${when(
isCustom,
@@ -826,7 +826,7 @@ https://example.com/path`}
`)}
${this.renderHelpTextCol(
- html`Tells the crawler which pages it can visit.`
+ msg(`Tells the crawler which pages it can visit.`)
)}
`
)}
@@ -837,8 +837,8 @@ https://example.com/path`}
${msg("Include Any Linked Page")}
`)}
${this.renderHelpTextCol(
- html`If checked, the crawler will visit pages one link away from a Crawl
- URL.`,
+ msg(`If checked, the crawler will visit pages one link away from a Crawl
+ URL.`),
false
)}
${when(
@@ -865,8 +865,8 @@ https://example.com/path`}
`)}
${this.renderHelpTextCol(
- html`Specify exclusion rules for what pages should not be visited.
- Exclusions apply to all URLs.`
+ msg(`Specify exclusion rules for what pages should not be visited.
+ Exclusions apply to all URLs.`)
)}
`
)}
@@ -978,7 +978,7 @@ https://example.com/path`}
}}
>
`)}
- ${this.renderHelpTextCol(html`The starting point of your crawl.`)}
+ ${this.renderHelpTextCol(msg(`The starting point of your crawl.`))}
${this.renderFormCol(html`
`)}
${this.renderHelpTextCol(
- html`Tells the crawler which pages it can visit.`
+ msg(`Tells the crawler which pages it can visit.`)
)}
${when(
this.formState.scopeType === "custom",
@@ -1027,8 +1027,8 @@ https://example.net`}
>
`)}
${this.renderHelpTextCol(
- html`If the crawler finds pages outside of the Start URL Scope they
- will only be saved if they begin with URLs listed here.`
+ msg(`If the crawler finds pages outside of the Start URL Scope they
+ will only be saved if they begin with URLs listed here.`)
)}
`
)}
@@ -1041,8 +1041,8 @@ https://example.net`}
`)}
${this.renderHelpTextCol(
- html`If checked, the crawler will visit pages one link away outside of
- Crawl Scope.`,
+ msg(`If checked, the crawler will visit pages one link away outside of
+ Crawl Scope.`),
false
)}
@@ -1076,7 +1076,9 @@ https://example.net`}
`)}
${this.renderHelpTextCol(
- html`Specify exclusion rules for what pages should not be visited.`
+ msg(
+ `Specify exclusion rules for what pages should not be visited.`
+ )
)}
@@ -1132,8 +1134,8 @@ https://archiveweb.page/images/${"logo.svg"}`}
>
`)}
${this.renderHelpTextCol(
- html`The crawler will visit and record each URL listed here. Other
- links on these pages will not be crawled.`
+ msg(`The crawler will visit and record each URL listed here. Other
+ links on these pages will not be crawled.`)
)}
@@ -1181,8 +1183,10 @@ https://archiveweb.page/images/${"logo.svg"}`}
`)}
- ${this.renderHelpTextCol(html`Adds a hard limit on the number of pages
- that will be crawled.`)}
+ ${this.renderHelpTextCol(
+ msg(`Adds a hard limit on the number of pages
+ that will be crawled.`)
+ )}
${this.renderFormCol(html`