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 @@ -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 (
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