From 71933334eac5093d9408416588c893dbf4947410 Mon Sep 17 00:00:00 2001 From: Ryan Chandler Date: Wed, 2 Nov 2022 21:13:42 +0000 Subject: [PATCH] chore: fix typo --- app/Filament/Pages/Settings/GeneralPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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([