We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1daf510 commit 2795376Copy full SHA for 2795376
frontend/src/components/ui/config-details.ts
@@ -463,7 +463,7 @@ export class ConfigDetails extends BtrixElement {
463
Boolean(config.extraHops),
464
)}
465
${this.renderSetting(
466
- msg("Skip Pages Disallowed By Robots.txt"),
+ msg("Skip Pages Disallowed by robots.txt"),
467
Boolean(config.robots),
468
469
0 commit comments