🐛 Fix typos on download modal

This commit is contained in:
Pablo Alba 2026-01-07 16:52:54 +01:00 committed by Andrey Antukh
parent f0f89599bc
commit 47ee490158
4 changed files with 8 additions and 7 deletions

View File

@ -28,6 +28,7 @@
- Fix inner shadow selector on shadow token [Taiga #12951](https://tree.taiga.io/project/penpot/issue/12951) - Fix inner shadow selector on shadow token [Taiga #12951](https://tree.taiga.io/project/penpot/issue/12951)
- Fix missing text color token from selected shapes in selected colors list [Taiga #12956](https://tree.taiga.io/project/penpot/issue/12956) - Fix missing text color token from selected shapes in selected colors list [Taiga #12956](https://tree.taiga.io/project/penpot/issue/12956)
- Fix dropdown option width in Guides columns dropdown [Taiga #12959](https://tree.taiga.io/project/penpot/issue/12959) - Fix dropdown option width in Guides columns dropdown [Taiga #12959](https://tree.taiga.io/project/penpot/issue/12959)
- Fix typos on download modal [Taiga #12865](https://tree.taiga.io/project/penpot/issue/12865)
## 2.12.1 ## 2.12.1

View File

@ -121,7 +121,7 @@
[:div {:class (stl/css :modal-container)} [:div {:class (stl/css :modal-container)}
[:div {:class (stl/css :modal-header)} [:div {:class (stl/css :modal-header)}
[:h2 {:class (stl/css :modal-title)} [:h2 {:class (stl/css :modal-title)}
(tr "dashboard.export.title")] (tr "dashboard.download.title")]
[:button {:class (stl/css :modal-close-btn) [:button {:class (stl/css :modal-close-btn)
:on-click on-cancel} deprecated-icon/close]] :on-click on-cancel} deprecated-icon/close]]

View File

@ -570,7 +570,7 @@ msgstr "* Might include components, graphics, colors and/or typographies."
#: src/app/main/ui/exports/files.cljs:155 #: src/app/main/ui/exports/files.cljs:155
msgid "dashboard.export.explain" msgid "dashboard.export.explain"
msgstr "" msgstr ""
"One or more files that you want to export are using shared libraries. What " "One or more files that you want to download are using shared libraries. What "
"do you want to do with their assets*?" "do you want to do with their assets*?"
#: src/app/main/ui/exports/files.cljs:164 #: src/app/main/ui/exports/files.cljs:164
@ -604,8 +604,8 @@ msgid "dashboard.export.options.merge.title"
msgstr "Include shared library assets in file libraries" msgstr "Include shared library assets in file libraries"
#: src/app/main/ui/exports/files.cljs:147 #: src/app/main/ui/exports/files.cljs:147
msgid "dashboard.export.title" msgid "dashboard.download.title"
msgstr "Export files" msgstr "Download files"
#: src/app/main/ui/workspace/sidebar/options/menus/typography.cljs:317 #: src/app/main/ui/workspace/sidebar/options/menus/typography.cljs:317
msgid "dashboard.fonts.deleted-placeholder" msgid "dashboard.fonts.deleted-placeholder"

View File

@ -579,7 +579,7 @@ msgstr "* Pueden incluir components, gráficos, colores y/o tipografias."
#: src/app/main/ui/exports/files.cljs:155 #: src/app/main/ui/exports/files.cljs:155
msgid "dashboard.export.explain" msgid "dashboard.export.explain"
msgstr "" msgstr ""
"Uno o mas ficheros que quieres exportar usan librerias compartidas. ¿Qué " "Uno o mas ficheros que quieres descargar usan librerias compartidas. ¿Qué "
"quieres hacer con los recursos*?" "quieres hacer con los recursos*?"
#: src/app/main/ui/exports/files.cljs:164 #: src/app/main/ui/exports/files.cljs:164
@ -613,8 +613,8 @@ msgid "dashboard.export.options.merge.title"
msgstr "Incluir librerias compartidas dentro de las librerias del fichero" msgstr "Incluir librerias compartidas dentro de las librerias del fichero"
#: src/app/main/ui/exports/files.cljs:147 #: src/app/main/ui/exports/files.cljs:147
msgid "dashboard.export.title" msgid "dashboard.download.title"
msgstr "Exportar ficheros" msgstr "Descargar ficheros"
#: src/app/main/ui/workspace/sidebar/options/menus/typography.cljs:317 #: src/app/main/ui/workspace/sidebar/options/menus/typography.cljs:317
msgid "dashboard.fonts.deleted-placeholder" msgid "dashboard.fonts.deleted-placeholder"