From 7dd62f487918d6fce6a4348ee4ed9bb2e3ea170f Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Sun, 7 May 2023 12:28:13 +0200 Subject: [PATCH] psbt: wording in available spending paths --- gui/src/app/view/psbt.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/src/app/view/psbt.rs b/gui/src/app/view/psbt.rs index e1178cd0..c7af73dd 100644 --- a/gui/src/app/view/psbt.rs +++ b/gui/src/app/view/psbt.rs @@ -377,9 +377,9 @@ pub fn signatures<'a>( .padding(15) .spacing(10) .push(text(if !tx.sigs.recovery_paths().is_empty() { - "Multiple spending paths available. Finalizing this transaction requires either:" + "Multiple spending paths are available. Finalizing this transaction requires either:" } else { - "1 spending path available. Finalizing this transaction requires:" + "1 spending path is available. Finalizing this transaction requires:" })) .push(path_view( desc_info.primary_path(),