mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix text decoration line through value in inspect tab (#6778)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user