mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
🐛 Fix typo in handoff tooltip
This commit is contained in:
parent
c4fb826d89
commit
6afc734e91
8 changed files with 10 additions and 9 deletions
|
@ -17,7 +17,8 @@
|
|||
|
||||
### :bug: Bugs fixed
|
||||
|
||||
- Fix crash when pressing Shift+1 on empty file [#1435](https://github.com/penpot/penpot/issues/1435)
|
||||
- Fix typo in Handoff tooltip [Taiga #2428](https://tree.taiga.io/project/penpot/issue/2428).
|
||||
- Fix crash when pressing Shift+1 on empty file [#1435](https://github.com/penpot/penpot/issues/1435).
|
||||
- Fix masked group resize strange behavior [Taiga #2317](https://tree.taiga.io/project/penpot/issue/2317).
|
||||
- Fix problems when exporting all artboards [Taiga #2234](https://tree.taiga.io/project/penpot/issue/2234).
|
||||
- Fix problems with team management [#1353](https://github.com/penpot/penpot/issues/1353)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1722,7 +1722,7 @@ msgstr "Edita el fitxer"
|
|||
msgid "viewer.header.fullscreen"
|
||||
msgstr "Pantalla completa"
|
||||
|
||||
msgid "viewer.header.handsoff-section"
|
||||
msgid "viewer.header.handoff-section"
|
||||
msgstr "Lliurament (%s)"
|
||||
|
||||
#: src/app/main/ui/viewer/header.cljs
|
||||
|
|
|
@ -1767,7 +1767,7 @@ msgstr "Seite bearbeiten"
|
|||
msgid "viewer.header.fullscreen"
|
||||
msgstr "Vollbildmodus"
|
||||
|
||||
msgid "viewer.header.handsoff-section"
|
||||
msgid "viewer.header.handoff-section"
|
||||
msgstr "Übergabe (%s)"
|
||||
|
||||
#: src/app/main/ui/viewer/header.cljs
|
||||
|
|
|
@ -1767,8 +1767,8 @@ msgstr "Don't show interactions"
|
|||
msgid "viewer.header.fullscreen"
|
||||
msgstr "Full Screen"
|
||||
|
||||
msgid "viewer.header.handsoff-section"
|
||||
msgstr "Handsoff (%s)"
|
||||
msgid "viewer.header.handoff-section"
|
||||
msgstr "Handoff (%s)"
|
||||
|
||||
#: src/app/main/ui/viewer/header.cljs
|
||||
msgid "viewer.header.interactions"
|
||||
|
|
|
@ -1766,7 +1766,7 @@ msgstr "No mostrar interacciones"
|
|||
msgid "viewer.header.fullscreen"
|
||||
msgstr "Pantalla completa"
|
||||
|
||||
msgid "viewer.header.handsoff-section"
|
||||
msgid "viewer.header.handoff-section"
|
||||
msgstr "Handoff (%s)"
|
||||
|
||||
#: src/app/main/ui/viewer/header.cljs
|
||||
|
|
|
@ -1715,7 +1715,7 @@ msgstr "לא להציג אינטראקציות"
|
|||
msgid "viewer.header.fullscreen"
|
||||
msgstr "מסך מלא"
|
||||
|
||||
msgid "viewer.header.handsoff-section"
|
||||
msgid "viewer.header.handoff-section"
|
||||
msgstr "מסירות"
|
||||
|
||||
#: src/app/main/ui/viewer/header.cljs
|
||||
|
|
Loading…
Add table
Reference in a new issue