Skip to content

Commit 1daf510

Browse files
tw4lSuaYoo
andauthored
Apply suggestions from code review
Co-authored-by: sua yoo <sua@webrecorder.org>
1 parent 60e7136 commit 1daf510

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/components/ui/config-details.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ export class ConfigDetails extends BtrixElement {
541541
Boolean(primarySeedConfig?.extraHops ?? config.extraHops),
542542
)}
543543
${this.renderSetting(
544-
msg("Skip Pages Disallowed By Robots.txt"),
544+
msg("Skip Pages Disallowed by robots.txt"),
545545
Boolean(config.robots),
546546
)}
547547
${this.renderSetting(

frontend/src/strings/crawl-workflows/infoText.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const infoTextFor = {
8686
`Include data from the browser's local and session storage in the web archive.`,
8787
),
8888
robots: msg(
89-
`Check for a /robots.txt for each host and skip any disallowed pages.`,
89+
`Check for a robots.txt file for each host and skip any disallowed pages.`,
9090
),
9191
} as const satisfies Partial<Record<Field, string | TemplateResult>>;
9292

0 commit comments

Comments
 (0)