feat: update alert configuration button text from "Configure Alerts" to "Create Alert"

This commit is contained in:
SaelixCode
2026-02-27 00:14:36 -05:00
parent 701495f015
commit 0899fc0d64
+1 -1
View File
@@ -630,7 +630,7 @@ export default function EditorLayout() {
<DropdownMenuContent align="end">
<DropdownMenuItem onClick={() => openAlertSheet(file)}>
<BellRing className="h-4 w-4 mr-2" />
Configure Alerts
Create Alert
</DropdownMenuItem>
</DropdownMenuContent>
</DropdownMenu>