diff --git a/js/app.js b/js/app.js index 0bcbb883f..c87017c28 100644 --- a/js/app.js +++ b/js/app.js @@ -201,15 +201,17 @@ var App = React.createClass({
{mainContent} - +

Your version of LBRY is out of date and may be unreliable or insecure.

{this.state.isOldOSX ?

Before installing the new version, make sure to exit LBRY. If you started the app, click the LBRY icon in your status bar and choose "Quit."

: null}
- +

Error

diff --git a/js/component/link.js b/js/component/link.js index e1ddff543..99ce1e627 100644 --- a/js/component/link.js +++ b/js/component/link.js @@ -144,14 +144,17 @@ export let DownloadLink = React.createClass({ - +

Downloading to:

{this.state.filePath}
- + You don't have enough LBRY credits to pay for this stream. - + LBRY was unable to download the stream lbry://{this.props.streamName}.
@@ -208,7 +211,8 @@ export let WatchLink = React.createClass({ - + You don't have enough LBRY credits to pay for this stream. diff --git a/js/page/claim_code.js b/js/page/claim_code.js index 5294bd6e2..41b1e571a 100644 --- a/js/page/claim_code.js +++ b/js/page/claim_code.js @@ -119,16 +119,20 @@ var ClaimCodePage = React.createClass({
- + Please enter an invitation code or choose "Skip." - + Please enter an email address or choose "Skip." - + {this.state.failureReason} - + Your invite code has been redeemed. {this.state.referralCredits > 0 ? `You have also earned ${referralCredits} credits from referrals. A total of ${activationCredits + referralCredits} @@ -137,10 +141,12 @@ var ClaimCodePage = React.createClass({ ? `${this.state.activationCredits} credits will be added to your balance shortly.` : 'The credits will be added to your balance shortly.')} - + Welcome to LBRY! You can visit the Wallet page to redeem an invite code at any time. - +

LBRY couldn't connect to our servers to confirm your invitation code. Please check your internet connection.

If you continue to have problems, you can still browse LBRY and visit the Settings page to redeem your code later.
diff --git a/js/page/my_files.js b/js/page/my_files.js index fb55a7f23..2d6b28e66 100644 --- a/js/page/my_files.js +++ b/js/page/my_files.js @@ -56,7 +56,7 @@ var MyFilesRowMoreMenu = React.createClass({ - Are you sure you'd like to delete {this.props.title}? This will {this.props.completed ? ' stop the download and ' : ''} permanently remove the file from your system. diff --git a/js/page/publish.js b/js/page/publish.js index 26567b9f6..70e1b851d 100644 --- a/js/page/publish.js +++ b/js/page/publish.js @@ -493,11 +493,13 @@ var PublishPage = React.createClass({ - +

Your file has been published to LBRY at the address lbry://{this.state.name}!

You will now be taken to your My Files page, where your newly published file will be listed. The file will take a few minutes to appear for other LBRY users; until then it will be listed as "pending."
- + The following error occurred when attempting to publish your file: {this.state.errorMessage} diff --git a/js/page/referral.js b/js/page/referral.js index 4a04a2718..f3eb0cab1 100644 --- a/js/page/referral.js +++ b/js/page/referral.js @@ -108,15 +108,18 @@ var ReferralPage = React.createClass({ - + {this.state.referralCredits > 0 ? `You have earned ${response.referralCredits} credits from referrals. We will credit your account shortly. Thanks!` : 'You have not earned any new referral credits since the last time you checked. Please check back in a week or two.'} - + {this.state.failureReason} - + LBRY couldn't connect to our servers to confirm your referral code. Please check your internet connection. diff --git a/js/page/report.js b/js/page/report.js index 6cac655a7..47a4d2a7a 100644 --- a/js/page/report.js +++ b/js/page/report.js @@ -49,7 +49,8 @@ var ReportPage = React.createClass({

Developer?

You can also . - + Your bug report has been submitted! Thank you for your feedback. diff --git a/js/page/wallet.js b/js/page/wallet.js index bbc0505a6..05ee8db9e 100644 --- a/js/page/wallet.js +++ b/js/page/wallet.js @@ -151,7 +151,8 @@ var SendToAddressSection = React.createClass({ : '' } - + Insufficient balance: after this transaction you would have less than 1 LBC in your wallet.