From 9e5872c56f7877227d5116207f611c2e44618325 Mon Sep 17 00:00:00 2001 From: jp1ac4 <121959000+jp1ac4@users.noreply.github.com> Date: Thu, 25 Jan 2024 08:32:57 +0000 Subject: [PATCH] gui(transactions): reword rbf modal message --- gui/src/app/view/transactions.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/src/app/view/transactions.rs b/gui/src/app/view/transactions.rs index 78161fdd..77ab9955 100644 --- a/gui/src/app/view/transactions.rs +++ b/gui/src/app/view/transactions.rs @@ -170,8 +170,8 @@ pub fn create_rbf_modal<'a>( } let help_text = if is_cancel { "Replace the transaction with one paying a higher feerate \ - that sends the coins back to us. There is no guarantee the \ - original transaction won't get mined first. New inputs may \ + that sends the coins back to your wallet. There is no guarantee \ + the original transaction won't get mined first. New inputs may \ be used for the replacement transaction." } else { "Replace the transaction with one paying a higher feerate \