diff --git a/app/Filament/Pages/Settings/GeneralPage.php b/app/Filament/Pages/Settings/GeneralPage.php index 30f608884..fea5b3a5e 100644 --- a/app/Filament/Pages/Settings/GeneralPage.php +++ b/app/Filament/Pages/Settings/GeneralPage.php @@ -85,7 +85,7 @@ protected function getFormSchema(): array ->schema([ Toggle::make('auth_enabled') ->label('Authentication enabled') - ->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.") ->disabled(), ]) ->columnSpan([