From e88ce0d52f5348a350a2e7035b3c95b7e8541104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Wed, 3 Sep 2025 11:23:00 +0200 Subject: [PATCH] :bug: Unify flatten naming --- frontend/src/app/main/ui/workspace/context_menu.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/context_menu.cljs b/frontend/src/app/main/ui/workspace/context_menu.cljs index 5781ac2beb..9bf4c56173 100644 --- a/frontend/src/app/main/ui/workspace/context_menu.cljs +++ b/frontend/src/app/main/ui/workspace/context_menu.cljs @@ -433,7 +433,7 @@ :on-click do-start-editing}]) (when-not (or disable-flatten has-frame? has-path?) - [:> menu-entry* {:title (tr "workspace.shape.menu.transform-to-path") + [:> menu-entry* {:title (tr "workspace.shape.menu.flatten") :on-click do-transform-to-path}]) (when (and (not disable-booleans)