0
Fork 0
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:
alonso.torres 2020-09-17 14:03:34 +02:00 committed by Andrey Antukh
parent f3477fefa5
commit e860f9d62b
2 changed files with 3 additions and 3 deletions

View file

@ -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" : {

View file

@ -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