Change phrasing

This commit is contained in:
Jonas Whidden 2016-07-22 10:59:20 -05:00 committed by Alex Liebowitz
parent 0f2db3e00a
commit 4b521f29e6

View file

@ -32,7 +32,7 @@ var SendToAddressSection = React.createClass({
if(results === true)
{
this.setState({
results: "Your transaction was completed successfully.",
results: "Your transaction was successfully placed in the queue.",
});
}
else