amend success message

This commit is contained in:
Jeremy Kauffman 2017-01-30 20:12:57 -05:00 committed by GitHub
parent a41d9940e0
commit d9a16a2f0b

View file

@ -155,8 +155,7 @@ class AcquisitionActions extends Actions
file_put_contents($dataFile, json_encode($existing));
Session::setFlash(Session::KEY_DEVELOPER_CREDITS_SUCCESS,
'Send credits to GitHub user ' . $userResponseData['login'] . ' (' . $userResponseData['email'] . ') at wallet address ' .
$walletAddress);
'Credits on their way to address ' . $walletAddress . ' for GitHub user ' . $userResponseData['login'] . '. It may take up to a minute for them to arrive.');
}
else
{
@ -182,4 +181,4 @@ class AcquisitionActions extends Actions
}
return Controller::redirect('/developer-program');
}
}
}