@@ -83,10 +83,10 @@ public function form(Schema $schema): Schema
8383 ->columns (1 )
8484 ->schema ([
8585 Checkbox::make ('database_on_speedtest_run ' )
86- ->label (__ ('settings/notifications.database_on_speedtest_run ' )),
86+ ->label (__ ('settings/notifications.notify_on_every_speedtest_run ' )),
8787
8888 Checkbox::make ('database_on_threshold_failure ' )
89- ->label (__ ('settings/notifications.database_on_threshold_failure ' )),
89+ ->label (__ ('settings/notifications.notify_on_threshold_failures ' )),
9090 ]),
9191
9292 Actions::make ([
@@ -115,10 +115,10 @@ public function form(Schema $schema): Schema
115115 ->columns (1 )
116116 ->schema ([
117117 Checkbox::make ('mail_on_speedtest_run ' )
118- ->label (__ ('settings/notifications.mail_on_speedtest_run ' )),
118+ ->label (__ ('settings/notifications.notify_on_every_speedtest_run ' )),
119119
120120 Checkbox::make ('mail_on_threshold_failure ' )
121- ->label (__ ('settings/notifications.mail_on_threshold_failure ' )),
121+ ->label (__ ('settings/notifications.notify_on_threshold_failures ' )),
122122 ]),
123123
124124 Repeater::make ('mail_recipients ' )
@@ -173,10 +173,10 @@ public function form(Schema $schema): Schema
173173 ->columns (1 )
174174 ->schema ([
175175 Checkbox::make ('webhook_on_speedtest_run ' )
176- ->label (__ ('settings/notifications.webhook_on_speedtest_run ' )),
176+ ->label (__ ('settings/notifications.notify_on_every_speedtest_run ' )),
177177
178178 Checkbox::make ('webhook_on_threshold_failure ' )
179- ->label (__ ('settings/notifications.webhook_on_threshold_failure ' )),
179+ ->label (__ ('settings/notifications.notify_on_threshold_failures ' )),
180180 ]),
181181
182182 Repeater::make ('webhook_urls ' )
0 commit comments