diff --git a/app/Filament/Pages/Settings/NotificationPage.php b/app/Filament/Pages/Settings/NotificationPage.php index a52559f1c..a4b4e70ac 100755 --- a/app/Filament/Pages/Settings/NotificationPage.php +++ b/app/Filament/Pages/Settings/NotificationPage.php @@ -70,7 +70,7 @@ protected function getFormSchema(): array Fieldset::make('Triggers') ->schema([ Toggle::make('database_on_speedtest_run') - ->label('Notify on every speetest run') + ->label('Notify on every speedtest run') ->columnSpan(2), Toggle::make('database_on_threshold_failure') ->label('Notify on threshold failures') @@ -98,7 +98,7 @@ protected function getFormSchema(): array Fieldset::make('Triggers') ->schema([ Toggle::make('mail_on_speedtest_run') - ->label('Notify on every speetest run') + ->label('Notify on every speedtest run') ->columnSpan(2), Toggle::make('mail_on_threshold_failure') ->label('Notify on threshold failures') @@ -138,7 +138,7 @@ protected function getFormSchema(): array Fieldset::make('Triggers') ->schema([ Toggle::make('telegram_on_speedtest_run') - ->label('Notify on every speetest run') + ->label('Notify on every speedtest run') ->columnSpan(2), Toggle::make('telegram_on_threshold_failure') ->label('Notify on threshold failures') diff --git a/resources/views/filament/forms/notifications-helptext.blade.php b/resources/views/filament/forms/notifications-helptext.blade.php index 98be640fb..131e2a4ea 100644 --- a/resources/views/filament/forms/notifications-helptext.blade.php +++ b/resources/views/filament/forms/notifications-helptext.blade.php @@ -1,6 +1,6 @@

- 💡 Did you know, when a notification is trigged it's sent to channels. + 💡 Did you know, when a notification is triggered it's sent to channels. Each channel can be configured separately to have the notification sent to a specific destination.