diff --git a/public/views/modals/txp-details.html b/public/views/modals/txp-details.html index c1abe1c16..6460111a2 100644 --- a/public/views/modals/txp-details.html +++ b/public/views/modals/txp-details.html @@ -31,7 +31,7 @@ {{feeStr}}
  • - Spend Unconfirmed Transactions: + Uses unconfirmed funds: {{(tx.excludeUnconfirmedUtxos ? 'No' : 'Yes')|translate}}
  • diff --git a/public/views/preferences.html b/public/views/preferences.html index 41dccf56c..416dd9522 100644 --- a/public/views/preferences.html +++ b/public/views/preferences.html @@ -85,7 +85,7 @@
  • - Spend Unconfirmed Transaction + Use Unconfirmed Funds
  • diff --git a/public/views/walletHome.html b/public/views/walletHome.html index 986297b7d..951e56c88 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -436,9 +436,9 @@ ng-show="(home.currentSendFeeLevel || index.currentFeeLevel) == fee.level">
  • -

    Unconfirmed transactions for this transaction

    +

    Use unconfirmed funds for this transaction

    - Spend Unconfirmed Transactions + Use Unconfirmed Funds