Update frontend/src/pages/org/crawl-detail.ts

Co-authored-by: sua yoo <sua@webrecorder.org>
This commit is contained in:
Henry Wilkinson 2023-02-12 13:26:27 -05:00 committed by GitHub
parent b84a70b394
commit 7da732331b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -853,7 +853,7 @@ export class CrawlDetail extends LiteElement {
return html`
<div>
<sl-radio-group value=${this.crawl.scale} help-text="Increasing parallel crawler instances can speed up crawls, but may increase the chances of getting rate limited.">
<sl-radio-group value=${this.crawl.scale} help-text=${msg("Increasing parallel crawler instances can speed up crawls, but may increase the chances of getting rate limited.")}>
${scaleOptions.map(
({ value, label }) => html`
<sl-radio-button