mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
display prefinery join error
This commit is contained in:
parent
736c1c2e37
commit
07279fc7d0
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class DownloadActions extends Actions
|
|||
if ($failure)
|
||||
{
|
||||
Session::set(Session::KEY_DOWNLOAD_ACCESS_ERROR,
|
||||
'We were unable to add you to the wait list due to a technical error. Please contact ' . Config::HELP_CONTACT_EMAIL . ' for bonus credits.');
|
||||
'We were unable to add you to the wait list. Received error "' . $e->getMessage() . '". Please contact ' . Config::HELP_CONTACT_EMAIL . ' if you think this is a mistake.' );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue