Skip to content

Commit 197cf42

Browse files
committed
copy
1 parent cf831c1 commit 197cf42

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

src/extension/ui/src/components/CatalogGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const CatalogGrid: React.FC<CatalogGridProps> = ({ appProps }) => {
104104
}
105105
>
106106
Docker MCP Toolkit is now{' '}
107-
<strong>integrated and generally available</strong> with Docker
107+
<strong>generally available and integrated</strong> with Docker
108108
Desktop 4.42 and later.
109109
</Alert>
110110
{hasOutOfCatalog && (

src/extension/ui/src/components/DeprecationNotice.tsx

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function DeprecationNotice({ onClose }: { onClose: () => void }) {
3737
`wavy underline ${theme.palette.primary.main}`,
3838
}}
3939
>
40-
integrated with Docker Desktop!
40+
integrated with Docker Desktop
4141
</Typography>
4242
</Box>
4343
<Box sx={{ position: 'relative' }}>
@@ -63,25 +63,23 @@ export function DeprecationNotice({ onClose }: { onClose: () => void }) {
6363
>
6464
<Box>
6565
<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.
6868
</Typography>
6969
<Typography variant="body1" gutterBottom>
7070
<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.
7373
</strong>
7474
</Typography>
7575

7676
<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.
8179
</Typography>
8280

8381
<ExternalLink href="https://dockercommunity.slack.com/signup#/domain-signup">
84-
Send Feedback
82+
Send feedback
8583
</ExternalLink>
8684
</Box>
8785
<Box
@@ -128,10 +126,9 @@ export function DeprecationNotice({ onClose }: { onClose: () => void }) {
128126
We recommend keeping the MCP Toolkit extension installed until
129127
you've confirmed that everything is accessible and working as
130128
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.
135132
<Box>
136133
<Button onClick={onClose} variant="outlined">
137134
Continue using the extension

0 commit comments

Comments
 (0)