Skip to content

Commit

Permalink
chore: use a more specific error message with a call to action
Browse files Browse the repository at this point in the history
  • Loading branch information
frol committed Aug 11, 2024
1 parent 6d454a4 commit 728b56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/account/delete_key/public_keys_to_delete.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ impl PublicKeyList {
if list.is_empty() {
Ok(inquire::validator::Validation::Invalid(
inquire::validator::ErrorMessage::Custom(
"At least one value must be entered".to_string(),
"At least one key must be selected (use space to select)".to_string(),
),
))
} else {
Expand Down

0 comments on commit 728b56e

Please sign in to comment.