diff --git a/frontend/src/app/main/data/workspace/tokens/import_export.cljs b/frontend/src/app/main/data/workspace/tokens/import_export.cljs index 2e321bd926..13fd1c5ad4 100644 --- a/frontend/src/app/main/data/workspace/tokens/import_export.cljs +++ b/frontend/src/app/main/data/workspace/tokens/import_export.cljs @@ -44,7 +44,7 @@ (defn- show-unknown-types-warning [unknown-tokens] (let [type->tokens (group-by-value unknown-tokens)] - (ntf/show {:content (tr "workspace.tokens.unknown-token-type") + (ntf/show {:content (tr "workspace.tokens.unknown-token-type-message") :detail (->> (for [[token-type tokens] type->tokens] (tr "workspace.tokens.unknown-token-type-section" token-type (count tokens))) (str/join "\n")) diff --git a/frontend/translations/en.po b/frontend/translations/en.po index fde713a795..e01b963e5d 100644 --- a/frontend/translations/en.po +++ b/frontend/translations/en.po @@ -7548,8 +7548,8 @@ msgid "workspace.tokens.tools" msgstr "Tools" #: src/app/main/data/workspace/tokens/import_export.cljs:45 -msgid "workspace.tokens.unknown-token-type" -msgstr "The import was successful, but some tokens were skipped. " +msgid "workspace.tokens.unknown-token-type-message" +msgstr "Import was successful. Some tokens may not be included." #: src/app/main/data/workspace/tokens/import_export.cljs:47 msgid "workspace.tokens.unknown-token-type-section" diff --git a/frontend/translations/es.po b/frontend/translations/es.po index 5de7429687..43dc93a056 100644 --- a/frontend/translations/es.po +++ b/frontend/translations/es.po @@ -7483,10 +7483,8 @@ msgid "workspace.tokens.tools" msgstr "Herramientas" #: src/app/main/data/workspace/tokens/import_export.cljs:45 -msgid "workspace.tokens.unknown-token-type" -msgstr "" -"La importación se ha realizado correctamente pero se omitieron algunos " -"tokens." +msgid "workspace.tokens.unknown-token-type-message" +msgstr "La importación se ha realizado correctamente. Es posible que no se incluyan algunos tokens." #: src/app/main/data/workspace/tokens/import_export.cljs:47 msgid "workspace.tokens.unknown-token-type-section"