From 921b92cc8d7ddf352cd91dc1613806dabd4900f5 Mon Sep 17 00:00:00 2001 From: Nicolas80 <nicolas.pmail@protonmail.com> Date: Mon, 3 Feb 2025 12:39:09 +0100 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Hugo Trentesaux <hugo.trentesaux@lilo.org> --- src/commands/vault.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/vault.rs b/src/commands/vault.rs index 801745c..58821dd 100644 --- a/src/commands/vault.rs +++ b/src/commands/vault.rs @@ -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())?; -- GitLab