🐛 Fix typo in handoff tooltip

This commit is contained in:
eva 2022-01-04 12:00:03 +01:00 committed by Alonso Torres
parent c4fb826d89
commit 6afc734e91
8 changed files with 10 additions and 9 deletions

View file

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

View file

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