Skip to content

Commit 2960948

Browse files
committed
Let's not be redundant
Signed-off-by: David Gageot <[email protected]>
1 parent 46c11a6 commit 2960948

File tree

1 file changed

+1
-1
lines changed
  • src/extension/ui/src/components/tile

1 file changed

+1
-1
lines changed

src/extension/ui/src/components/tile/Modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const ConfigurationModal = ({
200200
placement="right"
201201
title={
202202
!catalogItem.canRegister
203-
? 'You must assign all secrets and configure the item before it can be used.'
203+
? 'You must configure the item before it can be used.'
204204
: ''
205205
}
206206
>

0 commit comments

Comments
 (0)