diff --git a/CHANGES.md b/CHANGES.md index c7f1bc733..0b8005c44 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/frontend/src/app/main/ui/share_link.cljs b/frontend/src/app/main/ui/share_link.cljs index 1bb520416..52438b3de 100644 --- a/frontend/src/app/main/ui/share_link.cljs +++ b/frontend/src/app/main/ui/share_link.cljs @@ -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)] diff --git a/frontend/src/app/main/ui/viewer/header.cljs b/frontend/src/app/main/ui/viewer/header.cljs index 3cf960bc2..3bdffd1ba 100644 --- a/frontend/src/app/main/ui/viewer/header.cljs +++ b/frontend/src/app/main/ui/viewer/header.cljs @@ -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 diff --git a/frontend/translations/ca.po b/frontend/translations/ca.po index 49daf842a..e5456e51f 100644 --- a/frontend/translations/ca.po +++ b/frontend/translations/ca.po @@ -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 diff --git a/frontend/translations/de.po b/frontend/translations/de.po index a439e9ffc..f9389599f 100644 --- a/frontend/translations/de.po +++ b/frontend/translations/de.po @@ -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 diff --git a/frontend/translations/en.po b/frontend/translations/en.po index cb3321f6b..bd1bdcc96 100644 --- a/frontend/translations/en.po +++ b/frontend/translations/en.po @@ -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" diff --git a/frontend/translations/es.po b/frontend/translations/es.po index 396cafc20..60f9b7b88 100644 --- a/frontend/translations/es.po +++ b/frontend/translations/es.po @@ -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 diff --git a/frontend/translations/he.po b/frontend/translations/he.po index 66d00d2fa..6769b5d2b 100644 --- a/frontend/translations/he.po +++ b/frontend/translations/he.po @@ -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