0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-21 04:01:24 -05:00

🐛 Fix title of draw tools TG-237

This commit is contained in:
mathieu.brunot 2019-02-18 01:02:22 +01:00
parent 0d9a56ba17
commit 2344850243
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -116,7 +116,7 @@
(mx/doseq [[i props] (map-indexed vector tools)]
(let [selected? (= drawing-tool (:shape props))]
[:div.tool-btn.tooltip.tooltip-hover
{:alt (tr :help props)
{:alt (tr (:help props))
:class (when selected? "selected")
:key (str i)
:on-click (partial select-drawtool (:shape props))}