mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
Change phrasing
This commit is contained in:
parent
0f2db3e00a
commit
4b521f29e6
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ var SendToAddressSection = React.createClass({
|
||||||
if(results === true)
|
if(results === true)
|
||||||
{
|
{
|
||||||
this.setState({
|
this.setState({
|
||||||
results: "Your transaction was completed successfully.",
|
results: "Your transaction was successfully placed in the queue.",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue