Skip to content

Commit 2960948

Browse files
committed
Let's not be redundant
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent 46c11a6 commit 2960948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/extension/ui/src/components/tile

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)