You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lang/en/settings/notifications.php
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,10 @@
36
36
'webhook_hint_description' => 'These are generic webhooks. For payload examples and implementation details, view the documentation. For services like Discord, Ntfy etc please use Apprise.',
37
37
38
38
// Common notification messages
39
-
'notify_on_every_speedtest_run' => 'Notify on every scheduled speedtest run',
39
+
'notify_on_every_speedtest_run' => 'Notify on every completed scheduled speedtest run',
40
+
'notify_on_every_speedtest_run_helper' => 'This will send a notification for every completed scheduled speedtest run, only for healthy or unbenchmarked tests',
40
41
'notify_on_threshold_failures' => 'Notify on threshold failures for scheduled speedtests',
42
+
'notify_on_threshold_failures_helper' => 'This will send a notification when a scheduled speedtest fails any configured thresholds',
0 commit comments