mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 00:51:38 +02:00
✨ Improve translation strings for token set drop errors
This commit is contained in:
parent
096b685e2c
commit
1893cd306a
2 changed files with 4 additions and 4 deletions
|
@ -234,8 +234,8 @@
|
|||
ptk/WatchEvent
|
||||
(watch [_ _ _]
|
||||
(let [content (case error
|
||||
:path-exists (tr "errors.drag-drop.set-exists" to-path)
|
||||
:parent-to-child (tr "errors.drag-drop.parent-to-child")
|
||||
:path-exists (tr "errors.token-set-exists-on-drop" to-path)
|
||||
:parent-to-child (tr "errors.drop-token-set-parent-to-child")
|
||||
nil)]
|
||||
(when content
|
||||
(rx/of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue