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 ce1e2da commit af67683Copy full SHA for af67683
app/Filament/Pages/Settings/GeneralPage.php
@@ -85,7 +85,7 @@ protected function getFormSchema(): array
85
->schema([
86
Toggle::make('auth_enabled')
87
->label('Authentication enabled')
88
- ->helperText("NOTE: Authentication is currently required. It's on the roadmap to be able to disabled it though.")
+ ->helperText("NOTE: Authentication is currently required. It's on the roadmap to be able to disable it though.")
89
->disabled(),
90
])
91
->columnSpan([
0 commit comments