From d087a0abc83c07c067d7ac7afff1acc57dad6220 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Fri, 12 Apr 2024 16:59:31 +0200 Subject: feat(frontend): add tooltips to buttons --- subprojects/frontend/src/graph/export/ExportPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subprojects/frontend/src/graph/export') diff --git a/subprojects/frontend/src/graph/export/ExportPanel.tsx b/subprojects/frontend/src/graph/export/ExportPanel.tsx index 8d82b95c..81bd9081 100644 --- a/subprojects/frontend/src/graph/export/ExportPanel.tsx +++ b/subprojects/frontend/src/graph/export/ExportPanel.tsx @@ -135,7 +135,7 @@ function ExportPanel({ dialog={dialog} title="Export diagram" icon={icon} - iconLabel="Show export panel" + iconLabel={`Export image\u2026`} buttons={buttons} > -- cgit v1.2.3-54-g00ecf