mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-27 10:46:51 +00:00
feat: update alert configuration button text from "Configure Alerts" to "Create Alert"
This commit is contained in:
@@ -630,7 +630,7 @@ export default function EditorLayout() {
|
|||||||
<DropdownMenuContent align="end">
|
<DropdownMenuContent align="end">
|
||||||
<DropdownMenuItem onClick={() => openAlertSheet(file)}>
|
<DropdownMenuItem onClick={() => openAlertSheet(file)}>
|
||||||
<BellRing className="h-4 w-4 mr-2" />
|
<BellRing className="h-4 w-4 mr-2" />
|
||||||
Configure Alerts
|
Create Alert
|
||||||
</DropdownMenuItem>
|
</DropdownMenuItem>
|
||||||
</DropdownMenuContent>
|
</DropdownMenuContent>
|
||||||
</DropdownMenu>
|
</DropdownMenu>
|
||||||
|
|||||||
Reference in New Issue
Block a user