From 3a859f23478426c9c41d597b47c6ec7db118c165 Mon Sep 17 00:00:00 2001 From: Eva Date: Mon, 15 Jan 2024 09:30:32 +0100 Subject: [PATCH] :bug: Fix typo on UI --- frontend/src/app/main/ui/workspace/left_header.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/main/ui/workspace/left_header.cljs b/frontend/src/app/main/ui/workspace/left_header.cljs index cdd6864ad..25c47f99f 100644 --- a/frontend/src/app/main/ui/workspace/left_header.cljs +++ b/frontend/src/app/main/ui/workspace/left_header.cljs @@ -341,8 +341,8 @@ :id "file-menu-text-palette"} [:span {:class (stl/css :item-name)} (if (contains? layout :textpalette) - (tr "workspace.header.menu.hide-palette") - (tr "workspace.header.menu.show-palette"))] + (tr "workspace.header.menu.hide-textpalette") + (tr "workspace.header.menu.show-textpalette"))] [:span {:class (stl/css :shortcut)} (for [sc (scd/split-sc (sc/get-tooltip :toggle-textpalette))] [:span {:class (stl/css :shortcut-key) :key sc} sc])]]])