🐛 Fix text decoration line through value in inspect tab (#6778)

This commit is contained in:
Marina López
2025-06-25 14:11:58 +02:00
committed by GitHub
parent ca99671d3c
commit f81a973a4d
3 changed files with 7 additions and 8 deletions

View File

@@ -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)

View File

@@ -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"

View File

@@ -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"