Skip to content

Commit 441adbd

Browse files
committed
Reuse infoTextFor
1 parent 70ac099 commit 441adbd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

frontend/src/features/crawl-workflows/workflow-editor.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,12 +1512,7 @@ https://example.net`}
15121512
${msg("Fail crawl if not logged in")}
15131513
</sl-checkbox>
15141514
`)}
1515-
${this.renderHelpTextCol(
1516-
msg(
1517-
`If checked, the crawl will fail if behaviors discover the browser is not logged in on supported social media sites (Facebook, Instagram, TikTok, X, YouTube).`,
1518-
),
1519-
false,
1520-
)}
1515+
${this.renderHelpTextCol(infoTextFor["failOnContentCheck"], false)}
15211516
${this.renderLinkSelectors()}
15221517
15231518
<div class="col-span-5">

0 commit comments

Comments
 (0)