mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 07:06:13 +02:00
🐛 Fix typo in handoff tooltip
This commit is contained in:
parent
c4fb826d89
commit
6afc734e91
8 changed files with 10 additions and 9 deletions
|
@ -155,7 +155,7 @@
|
|||
|
||||
;; [:div.input-checkbox.check-primary
|
||||
;; [:input.check-primary.input-checkbox {:type "checkbox"}]
|
||||
;; [:label "Handsoff" ]]
|
||||
;; [:label "Handoff" ]]
|
||||
]])
|
||||
|
||||
(let [mode (:pages-mode @opts)]
|
||||
|
|
|
@ -168,7 +168,7 @@
|
|||
[:button.mode-zone-button.tooltip.tooltip-bottom
|
||||
{:on-click #(navigate :handoff)
|
||||
:class (dom/classnames :active (= section :handoff))
|
||||
:alt (tr "viewer.header.handsoff-section" (sc/get-tooltip :open-handoff))}
|
||||
:alt (tr "viewer.header.handoff-section" (sc/get-tooltip :open-handoff))}
|
||||
i/code])]
|
||||
|
||||
[:& header-options {:section section
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue