Skip to content

Commit

Permalink
Merge pull request #185 from MickWang/master
Browse files Browse the repository at this point in the history
fix tip words
  • Loading branch information
MickWang authored Jul 31, 2019
2 parents 6621214 + 823ae20 commit 3bbcde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/SharedWallet/SharedWalletHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ export default {
}
}
if (requiredNumber <= signed) {
this.$message.warning("sharedWalletHome.txSendingTochain");
this.$message.warning(this.$t("sharedWalletHome.txSendingTochain"));
return;
}
this.$store.commit("UPDATE_PENDINGTX", { pendingTx: tx });
Expand Down

0 comments on commit 3bbcde4

Please sign in to comment.