File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ export class ConfigDetails extends BtrixElement {
554554 Boolean ( primarySeedConfig ?. extraHops ?? config . extraHops ) ,
555555 ) }
556556 ${ this . renderSetting (
557- msg ( "Skip Pages Disallowed By Robots .txt" ) ,
557+ msg ( "Skip Pages Disallowed by robots .txt" ) ,
558558 Boolean ( config . robots ) ,
559559 ) }
560560 ${ this . renderSetting (
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments