psbt: wording in coins spent
This commit is contained in:
parent
7dd62f4879
commit
43b207a4f5
@ -511,7 +511,7 @@ pub fn inputs_and_outputs_view<'a>(
|
||||
.align_items(Alignment::Center)
|
||||
.push(
|
||||
h4_bold(format!(
|
||||
"{} spent coin{}",
|
||||
"{} coin{} spent",
|
||||
coins.len(),
|
||||
if coins.len() == 1 { "" } else { "s" }
|
||||
))
|
||||
@ -529,7 +529,7 @@ pub fn inputs_and_outputs_view<'a>(
|
||||
.align_items(Alignment::Center)
|
||||
.push(
|
||||
h4_bold(format!(
|
||||
"{} spent coin{}",
|
||||
"{} coin{} spent",
|
||||
coins.len(),
|
||||
if coins.len() == 1 { "" } else { "s" }
|
||||
))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user