Skip to content
Snippets Groups Projects
Commit 921b92cc authored by Nicolas80's avatar Nicolas80
Browse files

Apply 1 suggestion(s) to 1 file(s)


Co-authored-by: default avatarHugo Trentesaux <hugo.trentesaux@lilo.org>
parent 01f1c63d
No related branches found
No related tags found
1 merge request!41Adding db persistence for all SecretFormat of vault keys as well as supporting derivations
......@@ -369,9 +369,9 @@ pub async fn handle_command(data: Data, command: Subcommand) -> Result<(), GcliE
);
let confirmation_message = if account_to_delete.is_base_account() {
"Are you sure you want to delete it along with the saved key ?"
"Are you sure you want to delete it along with the saved key?"
} else {
"Are you sure you want to delete it ?"
"Are you sure you want to delete it?"
};
let confirmed = inputs::confirm_action(confirmation_message.to_string())?;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment