Skip to content

Commit 80d79a2

Browse files
feat: improve CLI messaging for mock protected data
1 parent 446460b commit 80d79a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/cmd/mock-protected-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export async function mockProtectedData() {
2727
type: 'text',
2828
name: 'key',
2929
message:
30-
'Protected Data can have multiple asset types (email, passport, id etc..). Which one do you want to pin first?',
30+
'Protected Data is an object holding different asset types (email, passport, ID, etc.). Define a key to access it?',
3131
});
3232

3333
// check key is valid

0 commit comments

Comments
 (0)