From 0899fc0d6460eac24e0f7120d29edd1f9bfd96eb Mon Sep 17 00:00:00 2001 From: SaelixCode Date: Fri, 27 Feb 2026 00:14:36 -0500 Subject: [PATCH] feat: update alert configuration button text from "Configure Alerts" to "Create Alert" --- frontend/src/components/EditorLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/EditorLayout.tsx b/frontend/src/components/EditorLayout.tsx index c513a759..79a3293d 100644 --- a/frontend/src/components/EditorLayout.tsx +++ b/frontend/src/components/EditorLayout.tsx @@ -630,7 +630,7 @@ export default function EditorLayout() { openAlertSheet(file)}> - Configure Alerts + Create Alert