diff --git a/js/models/core/TxProposal.js b/js/models/core/TxProposal.js index 88046ca62..b9206a4c9 100644 --- a/js/models/core/TxProposal.js +++ b/js/models/core/TxProposal.js @@ -135,7 +135,7 @@ TxProposal.fromObj = function(o, forceOpts) { } o.builder = TransactionBuilder.fromObj(o.builderObj); } catch (e) { - throw new Error("Old version of wallet detected."); + throw new Error("Invalid or Incompatible Backup Detected."); } return new TxProposal(o); };