fix: clarify alert delay label text

Changed "seconds before triggering" to "seconds above threshold before triggering" to make it clearer that the delay applies to how long a value must stay above the threshold.

addresses #470

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
rcourtman
2025-10-01 06:55:30 +00:00
parent 9737735cae
commit 178bb5aa34
@@ -1007,7 +1007,7 @@ export function ThresholdsTable(props: ThresholdsTableProps) {
<div class="pt-3 border-t border-gray-200 dark:border-gray-700">
<div class="mb-2">
<h4 class="text-sm font-medium text-gray-700 dark:text-gray-200 mb-2">
Alert Delay (seconds before triggering)
Alert Delay (seconds above threshold before triggering)
</h4>
<div class="grid grid-cols-2 md:grid-cols-4 gap-3">
<div class="flex items-center gap-2">