diff --git a/src/components/wallet/accounts.rs b/src/components/wallet/accounts.rs index 8ec303c..4dddc54 100644 --- a/src/components/wallet/accounts.rs +++ b/src/components/wallet/accounts.rs @@ -145,7 +145,7 @@ impl Accounts { format!("address {} copied to clipboard", &address), ActionLevel::Warn), _ => self.log_event( - "could not use `xclip` to copy".to_string(), + "command `xclip` not found, consider installing `xclip` on your machine".to_string(), ActionLevel::Error), } }