ui: show amount on send over tor

This commit is contained in:
ardocrat
2024-05-01 05:19:47 +03:00
parent 3c2e92adda
commit 0e07ce910a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -616,7 +616,7 @@ impl WalletTransport {
ui.vertical_centered(|ui| {
View::small_loading_spinner(ui);
ui.add_space(12.0);
ui.label(RichText::new(t!("transport.tor_sending"))
ui.label(RichText::new(t!("transport.tor_sending", "amount" => self.amount_edit))
.size(17.0)
.color(Colors::GRAY));
});