diff --git a/frontend/translations/en.po b/frontend/translations/en.po index 3d436505e..a14ec64d2 100644 --- a/frontend/translations/en.po +++ b/frontend/translations/en.po @@ -1171,7 +1171,7 @@ msgstr "Theme Option with the same name exists" #: src/app/main/data/tokens.cljs:198 msgid "errors.token-set-exists-on-drop" -msgstr "Cannot complete drop, a set with same name already exists at path %s." +msgstr "Cannot complete drop, a set with same name already exists at path." #: src/app/main/data/tokens.cljs:294 msgid "workspace.token.duplicate-suffix" diff --git a/frontend/translations/es.po b/frontend/translations/es.po index 9eb46ef55..1cbe5ab65 100644 --- a/frontend/translations/es.po +++ b/frontend/translations/es.po @@ -7188,3 +7188,7 @@ msgstr "Ya existe un set con el mismo nombre" msgid "errors.token-theme-already-exists" msgstr "Ya existe un theme con este nombre" + +#: src/app/main/data/tokens.cljs:198 +msgid "errors.token-set-exists-on-drop" +msgstr "No se ha podido mover el set, un set con el mismo nombre ya existe en la esa ruta."