mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Change variants nesting error texts
This commit is contained in:
parent
6e6749f42e
commit
286e477ad5
@ -5608,7 +5608,7 @@ msgid "workspace.options.component.swap.empty"
|
||||
msgstr "There are no assets in this library yet"
|
||||
|
||||
msgid "workspace.component.swap.loop-error"
|
||||
msgstr "A component can't be a child of itself"
|
||||
msgstr "Components can't be nested inside themselves"
|
||||
|
||||
#: src/app/main/ui/workspace/sidebar/options/menus/component.cljs:973
|
||||
msgid "workspace.options.component.unlinked"
|
||||
|
||||
@ -5615,7 +5615,7 @@ msgid "workspace.options.component.swap.empty"
|
||||
msgstr "Aún no hay recursos en esta biblioteca"
|
||||
|
||||
msgid "workspace.component.swap.loop-error"
|
||||
msgstr "Un componente no puede ser hijo de si mismo"
|
||||
msgstr "Los componentes no pueden anidarse dentro de sí mismos"
|
||||
|
||||
#: src/app/main/ui/workspace/sidebar/options/menus/component.cljs:973
|
||||
msgid "workspace.options.component.unlinked"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user