mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
🐛 Minor typos in menu
This commit is contained in:
parent
f3477fefa5
commit
e860f9d62b
2 changed files with 3 additions and 3 deletions
|
@ -1642,10 +1642,10 @@
|
|||
"workspace.header.menu.hide-grid" : {
|
||||
"used-in" : [ "src/app/main/ui/workspace/header.cljs:103" ],
|
||||
"translations" : {
|
||||
"en" : "Hide grid",
|
||||
"en" : "Hide grids",
|
||||
"fr" : "Masquer la grille",
|
||||
"ru" : "Спрятать сетку",
|
||||
"es" : "Ocultar rejilla"
|
||||
"es" : "Ocultar rejillas"
|
||||
}
|
||||
},
|
||||
"workspace.header.menu.hide-layers" : {
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
(if (contains? layout :rules)
|
||||
(t locale "workspace.header.menu.hide-rules")
|
||||
(t locale "workspace.header.menu.show-rules"))]
|
||||
[:span.shortcut "Ctrl+r"]]
|
||||
[:span.shortcut "Ctrl+shift+R"]]
|
||||
|
||||
[:li {:on-click #(st/emit! (dw/toggle-layout-flags :display-grid))}
|
||||
[:span
|
||||
|
|
Loading…
Add table
Reference in a new issue