File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/webapp/app/components/metrics Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export function SaveToDashboardDialog({
7777 return (
7878 < Dialog open = { isOpen } onOpenChange = { onOpenChange } >
7979 < DialogContent className = "sm:max-w-sm" >
80- < DialogHeader > Save to dashboard</ DialogHeader >
80+ < DialogHeader > Add to dashboard</ DialogHeader >
8181 < div className = "!mt-1 space-y-4" >
8282 < Paragraph variant = "small" className = "text-text-dimmed" >
8383 You don't have any custom dashboards yet. Create one first from the sidebar menu.
@@ -99,7 +99,7 @@ export function SaveToDashboardDialog({
9999 return (
100100 < Dialog open = { isOpen } onOpenChange = { onOpenChange } >
101101 < DialogContent className = "sm:max-w-sm" >
102- < DialogHeader > Save to dashboard</ DialogHeader >
102+ < DialogHeader > Add to dashboard</ DialogHeader >
103103 < Form method = "post" action = { formAction } className = "space-y-4" >
104104 < input type = "hidden" name = "action" value = "add" />
105105 < input type = "hidden" name = "title" value = { title } />
You can’t perform that action at this time.
0 commit comments