Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit d477369

Browse files
committed
Rephrase to be more consistent with other options
1 parent 0418d9f commit d477369

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internals/secrethub/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func (cmd *InitCommand) Run() error {
9797
}
9898
option, err := ui.Choose(cmd.io, "How do you want to initialize your SecretHub account on this device?",
9999
[]string{
100-
"I do not yet have a SecretHub account",
100+
"Create a new SecretHub account",
101101
"Use a setup code to set up an account created on the SecretHub website",
102102
"Use a backup code to recover an existing account",
103103
}, 3)

0 commit comments

Comments
 (0)