diff --git a/CHANGES.md b/CHANGES.md index 0eada93384..c6d2938eeb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,6 +17,7 @@ ### :bug: Bugs fixed - Copying font size does not copy the unit [Taiga #11143](https://tree.taiga.io/project/penpot/issue/11143) +- Fix text-decoration line-through that displays a wrong property value [Taiga #11145](https://tree.taiga.io/project/penpot/issue/11145) ## 2.8.0 (Next / Unreleased) diff --git a/frontend/translations/en.po b/frontend/translations/en.po index 716d147413..f380080b70 100644 --- a/frontend/translations/en.po +++ b/frontend/translations/en.po @@ -1682,14 +1682,13 @@ msgstr "Text Decoration" msgid "inspect.attributes.typography.text-decoration.none" msgstr "None" -#: src/app/main/ui/inspect/attributes/text.cljs:141 -msgid "inspect.attributes.typography.text-decoration.strikethrough" -msgstr "Strikethrough" - #: src/app/main/ui/inspect/attributes/text.cljs:142 msgid "inspect.attributes.typography.text-decoration.underline" msgstr "Underline" +msgid "inspect.attributes.typography.text-decoration.line-through" +msgstr "Strikethrough" + #: src/app/main/ui/inspect/attributes/text.cljs:151 msgid "inspect.attributes.typography.text-transform" msgstr "Text Transform" diff --git a/frontend/translations/es.po b/frontend/translations/es.po index a750e23e5c..8a3fa3486e 100644 --- a/frontend/translations/es.po +++ b/frontend/translations/es.po @@ -1703,14 +1703,13 @@ msgstr "Decoración de texto" msgid "inspect.attributes.typography.text-decoration.none" msgstr "Ninguna" -#: src/app/main/ui/inspect/attributes/text.cljs:141 -msgid "inspect.attributes.typography.text-decoration.strikethrough" -msgstr "Tachar" - #: src/app/main/ui/inspect/attributes/text.cljs:142 msgid "inspect.attributes.typography.text-decoration.underline" msgstr "Subrayar" +msgid "inspect.attributes.typography.text-decoration.line-through" +msgstr "Tachar" + #: src/app/main/ui/inspect/attributes/text.cljs:151 msgid "inspect.attributes.typography.text-transform" msgstr "Transformación de texto"