mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 01:11:25 +00:00
amend success message
This commit is contained in:
parent
a41d9940e0
commit
d9a16a2f0b
1 changed files with 2 additions and 3 deletions
|
@ -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');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue