summaryrefslogtreecommitdiff
path: root/php/track-transaction.php
diff options
context:
space:
mode:
Diffstat (limited to 'php/track-transaction.php')
-rw-r--r--php/track-transaction.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/php/track-transaction.php b/php/track-transaction.php
index c1c4ba6..d148e04 100644
--- a/php/track-transaction.php
+++ b/php/track-transaction.php
@@ -30,8 +30,7 @@
if (202 == $response["status_code"]){
$pretty_date = get_pretty_date($decoded->details->execution_time);
echo "<p>The exchange accepted the transaction.
- The estimated time for when the related wire transfer
- is to be performed is: $pretty_date</p>";
+ The exchange will attempt the payment on: $pretty_date</p>";
return;
}