Skip to content

Commit eab5017

Browse files
authored
Fix spelling errors found on notification page (alexjustesen#553)
1 parent 8507bfc commit eab5017

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/Filament/Pages/Settings/NotificationPage.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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')
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

0 commit comments

Comments
 (0)