From 47ee490158fbf5b91b0056c4158923282a80cbd8 Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Wed, 7 Jan 2026 16:52:54 +0100 Subject: [PATCH] :bug: Fix typos on download modal --- CHANGES.md | 1 + frontend/src/app/main/ui/exports/files.cljs | 2 +- frontend/translations/en.po | 6 +++--- frontend/translations/es.po | 6 +++--- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4219ce90f5..f6d861db12 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -28,6 +28,7 @@ - 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 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 diff --git a/frontend/src/app/main/ui/exports/files.cljs b/frontend/src/app/main/ui/exports/files.cljs index 1061b4daa4..bed4eb8e9c 100644 --- a/frontend/src/app/main/ui/exports/files.cljs +++ b/frontend/src/app/main/ui/exports/files.cljs @@ -121,7 +121,7 @@ [:div {:class (stl/css :modal-container)} [:div {:class (stl/css :modal-header)} [:h2 {:class (stl/css :modal-title)} - (tr "dashboard.export.title")] + (tr "dashboard.download.title")] [:button {:class (stl/css :modal-close-btn) :on-click on-cancel} deprecated-icon/close]] diff --git a/frontend/translations/en.po b/frontend/translations/en.po index 04e267a0c6..bdb7211bfd 100644 --- a/frontend/translations/en.po +++ b/frontend/translations/en.po @@ -570,7 +570,7 @@ msgstr "* Might include components, graphics, colors and/or typographies." #: src/app/main/ui/exports/files.cljs:155 msgid "dashboard.export.explain" 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*?" #: 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" #: src/app/main/ui/exports/files.cljs:147 -msgid "dashboard.export.title" -msgstr "Export files" +msgid "dashboard.download.title" +msgstr "Download files" #: src/app/main/ui/workspace/sidebar/options/menus/typography.cljs:317 msgid "dashboard.fonts.deleted-placeholder" diff --git a/frontend/translations/es.po b/frontend/translations/es.po index 1c51657e09..8157e5525d 100644 --- a/frontend/translations/es.po +++ b/frontend/translations/es.po @@ -579,7 +579,7 @@ msgstr "* Pueden incluir components, gráficos, colores y/o tipografias." #: src/app/main/ui/exports/files.cljs:155 msgid "dashboard.export.explain" 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*?" #: 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" #: src/app/main/ui/exports/files.cljs:147 -msgid "dashboard.export.title" -msgstr "Exportar ficheros" +msgid "dashboard.download.title" +msgstr "Descargar ficheros" #: src/app/main/ui/workspace/sidebar/options/menus/typography.cljs:317 msgid "dashboard.fonts.deleted-placeholder"