diff --git a/src/main/java/com/sparrowwallet/sparrow/control/EntryCell.java b/src/main/java/com/sparrowwallet/sparrow/control/EntryCell.java index 47432ec2..6a9be11b 100644 --- a/src/main/java/com/sparrowwallet/sparrow/control/EntryCell.java +++ b/src/main/java/com/sparrowwallet/sparrow/control/EntryCell.java @@ -357,7 +357,7 @@ public class EntryCell extends TreeTableCell implements Confirmati .collect(Collectors.toList()); if(ourOutputs.isEmpty()) { - AppServices.showErrorDialog("No spendable outputs", "None of the outputs on this transaction are spendable.\n\n Ensure that the outputs are not frozen" + + AppServices.showErrorDialog("No spendable outputs", "None of the outputs on this transaction are spendable.\n\nEnsure that the outputs are not frozen" + (transactionEntry.getConfirmations() <= 0 ? ", and spending unconfirmed UTXOs is allowed." : ".")); return; }