File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/Filament/Pages/Settings
resources/views/filament/forms Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ protected function getFormSchema(): array
7070 Fieldset::make ('Triggers ' )
7171 ->schema ([
7272 Toggle::make ('database_on_speedtest_run ' )
73- ->label ('Notify on every speetest run ' )
73+ ->label ('Notify on every speedtest run ' )
7474 ->columnSpan (2 ),
7575 Toggle::make ('database_on_threshold_failure ' )
7676 ->label ('Notify on threshold failures ' )
@@ -98,7 +98,7 @@ protected function getFormSchema(): array
9898 Fieldset::make ('Triggers ' )
9999 ->schema ([
100100 Toggle::make ('mail_on_speedtest_run ' )
101- ->label ('Notify on every speetest run ' )
101+ ->label ('Notify on every speedtest run ' )
102102 ->columnSpan (2 ),
103103 Toggle::make ('mail_on_threshold_failure ' )
104104 ->label ('Notify on threshold failures ' )
@@ -138,7 +138,7 @@ protected function getFormSchema(): array
138138 Fieldset::make ('Triggers ' )
139139 ->schema ([
140140 Toggle::make ('telegram_on_speedtest_run ' )
141- ->label ('Notify on every speetest run ' )
141+ ->label ('Notify on every speedtest run ' )
142142 ->columnSpan (2 ),
143143 Toggle::make ('telegram_on_threshold_failure ' )
144144 ->label ('Notify on threshold failures ' )
Original file line number Diff line number Diff line change 11<div >
22 <p >
3- 💡 Did you know, when a notification is trigged it's sent to channels.
3+ 💡 Did you know, when a notification is triggered it's sent to channels.
44 Each channel can be configured separately to have the notification sent to a specific destination.
55 </p >
66</div >
You can’t perform that action at this time.
0 commit comments