mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 00:36:46 +02:00
🐛 Fixed missing translation texts
This commit is contained in:
parent
a1da4d4233
commit
2f7029516b
4 changed files with 20 additions and 2 deletions
|
@ -302,8 +302,8 @@
|
|||
(dw/toggle-layout-flags :colorpalette)))}
|
||||
[:span
|
||||
(if (contains? layout :colorpalette)
|
||||
(tr "workspace.header.menu.hide-colorpalette")
|
||||
(tr "workspace.header.menu.show-colorpalette"))]
|
||||
(tr "workspace.header.menu.hide-palette")
|
||||
(tr "workspace.header.menu.show-palette"))]
|
||||
[:span.shortcut (sc/get-tooltip :toggle-colorpalette)]]
|
||||
|
||||
[:li {:on-click (fn []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue