We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c11a6 commit 2960948Copy full SHA for 2960948
src/extension/ui/src/components/tile/Modal.tsx
@@ -200,7 +200,7 @@ const ConfigurationModal = ({
200
placement="right"
201
title={
202
!catalogItem.canRegister
203
- ? 'You must assign all secrets and configure the item before it can be used.'
+ ? 'You must configure the item before it can be used.'
204
: ''
205
}
206
>
0 commit comments