Improve translation strings for token set drop errors

This commit is contained in:
Andrey Antukh 2025-03-14 15:18:28 +01:00
parent 096b685e2c
commit 1893cd306a
2 changed files with 4 additions and 4 deletions

View file

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