diff --git a/public/views/includes/output.html b/public/views/includes/output.html
index d217412b2..2fb157df1 100644
--- a/public/views/includes/output.html
+++ b/public/views/includes/output.html
@@ -1,4 +1,4 @@
-
+
Recipients:
{{output.recipientCount}}
diff --git a/public/views/modals/txp-details.html b/public/views/modals/txp-details.html
index 783668dae..c1abe1c16 100644
--- a/public/views/modals/txp-details.html
+++ b/public/views/modals/txp-details.html
@@ -30,6 +30,10 @@
Fee:
{{feeStr}}
+
+ Spend Unconfirmed Transactions:
+ {{(tx.excludeUnconfirmedUtxos ? 'No' : 'Yes')|translate}}
+
Time:
diff --git a/public/views/walletHome.html b/public/views/walletHome.html
index 349bb8c93..986297b7d 100644
--- a/public/views/walletHome.html
+++ b/public/views/walletHome.html
@@ -418,29 +418,29 @@
-