Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Update coinbase success message #390

Merged
merged 2 commits into from
Jun 24, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updating coinbase success message
  • Loading branch information
evertonfraga committed Jun 23, 2017
commit ad7d5ea681db4412996302b6bb78c24486153030
2 changes: 1 addition & 1 deletion app/client/lib/thirdparty/coinbase-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ CoinBaseWidget = function(buttonElem, params) {
break;
case "buy_completed":
self.modal.style.display = "none";
window.alert("Your purchased Ether will be added to your account (" + e.data.address + ").")
window.alert("Your purchased Ether will be added to your account (" + e.data.address + "). Make sure you wallet is in sync with ethereum network.")
break;
}
};
Expand Down