Remove non-recoverable mcp key warning from regenerated modal (#10298)

This commit is contained in:
Andrey Antukh 2026-06-18 13:26:16 +02:00 committed by GitHub
parent 94119159d8
commit 0aca418007
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 20 deletions

View File

@ -93,14 +93,13 @@
:class (stl/css :color-primary)}
title]
[:> notification-pill* {:level :info
:type :context}
[:> text* {:as "div"
:typography t/body-small
:class (stl/css :color-primary)}
(if is-mcp
(tr "integrations.mcp-key.info.non-recuperable")
(tr "integrations.token.info.non-recuperable"))]]
(when-not is-mcp
[:> notification-pill* {:level :info
:type :context}
[:> text* {:as "div"
:typography t/body-small
:class (stl/css :color-primary)}
(tr "integrations.token.info.non-recuperable")]])
[:div {:class (stl/css :modal-content)}
[:> input-copy* {:value (:token token-created "")

View File

@ -2536,12 +2536,6 @@ msgstr ""
"The Penpot MCP Server enables MCP clients to interact directly with Penpot "
"design files."
#: src/app/main/ui/settings/integrations.cljs:101
msgid "integrations.mcp-key.info.non-recuperable"
msgstr ""
"This unique MCP key is non-recoverable. If you lose it, you will need to "
"create a new one."
#: src/app/main/ui/settings/integrations.cljs:113
msgid "integrations.mcp-key.will-expire"
msgstr "The MCP key will expire on %s"

View File

@ -2466,12 +2466,6 @@ msgstr ""
"El servidor MCP de Penpot permite a los clientes MCP interactuar "
"directamente con los archivos de diseño de Penpot."
#: src/app/main/ui/settings/integrations.cljs:101
msgid "integrations.mcp-key.info.non-recuperable"
msgstr ""
"Esta clave MCP única no es recuperable. Si la pierdes, tendrás que crear "
"una nueva."
#: src/app/main/ui/settings/integrations.cljs:113
msgid "integrations.mcp-key.will-expire"
msgstr "La clave MCP expirará el %s"