mirror of
https://github.com/penpot/penpot.git
synced 2026-07-31 18:36:18 +00:00
✨ Remove non-recoverable mcp key warning from regenerated modal (#10298)
This commit is contained in:
parent
94119159d8
commit
0aca418007
@ -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 "")
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user