Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/Filament/Pages/Settings/NotificationPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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')
Expand Down Expand Up @@ -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')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div>
<p>
💡 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.
</p>
</div>