@@ -37,7 +37,7 @@ export function DeprecationNotice({ onClose }: { onClose: () => void }) {
37
37
`wavy underline ${ theme . palette . primary . main } ` ,
38
38
} }
39
39
>
40
- integrated with Docker Desktop!
40
+ integrated with Docker Desktop
41
41
</ Typography >
42
42
</ Box >
43
43
< Box sx = { { position : 'relative' } } >
@@ -63,25 +63,23 @@ export function DeprecationNotice({ onClose }: { onClose: () => void }) {
63
63
>
64
64
< Box >
65
65
< Typography variant = "body1" >
66
- We wanted to extend our sincere gratitude to you for being an
67
- integral part of our beta testing program.
66
+ We want to say thank you for being an integral part of our beta
67
+ testing program.
68
68
</ Typography >
69
69
< Typography variant = "body1" gutterBottom >
70
70
< strong >
71
- Your valuable feedback and usage of our beta feature have been
72
- immensely beneficial .
71
+ Your feedback and use of the beta feature have been
72
+ instrumental in shaping its development .
73
73
</ strong >
74
74
</ Typography >
75
75
76
76
< Typography variant = "body2" gutterBottom >
77
- As we continue to work on further enhancements for this feature
78
- based on your feedback, please don't hesitate to reach out if
79
- you have any additional comments, suggestions, or encounter any
80
- issues.
77
+ We're continuing to improve this feature based on your feedback.
78
+ If you have more input or run into issues, let us know.
81
79
</ Typography >
82
80
83
81
< ExternalLink href = "https://dockercommunity.slack.com/signup#/domain-signup" >
84
- Send Feedback
82
+ Send feedback
85
83
</ ExternalLink >
86
84
</ Box >
87
85
< Box
@@ -128,10 +126,9 @@ export function DeprecationNotice({ onClose }: { onClose: () => void }) {
128
126
We recommend keeping the MCP Toolkit extension installed until
129
127
you've confirmed that everything is accessible and working as
130
128
expected in the new Docker Desktop integration. In most cases, your
131
- servers, configurations, secrets, and clients will appear
132
- automatically. Once you've verified that everything is in place, you
133
- can uninstall the extension and continue using the integrated
134
- experience.
129
+ servers, configurations, secrets, and clients appear automatically.
130
+ Once you've verified that everything is in place, you can uninstall
131
+ the extension and continue using the integrated experience.
135
132
< Box >
136
133
< Button onClick = { onClose } variant = "outlined" >
137
134
Continue using the extension
0 commit comments