From f203f63c36fb9ab3bf4038df48e264539e716fd1 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Mon, 11 Mar 2019 18:16:17 +0100 Subject: [PATCH] update lbry.io references to lbry.com --- app/src/component/phoneNumberRewardSubcard/view.js | 2 +- app/src/component/rewardCard/view.js | 2 +- .../transactionList/internal/transaction-list-item.js | 2 +- app/src/page/about/view.js | 8 ++++---- app/src/page/file/view.js | 2 +- app/src/page/splash/view.js | 2 +- app/src/page/wallet/view.js | 2 +- app/src/redux/actions/file.js | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/src/component/phoneNumberRewardSubcard/view.js b/app/src/component/phoneNumberRewardSubcard/view.js index 96f3a55a..d18bb6cb 100644 --- a/app/src/component/phoneNumberRewardSubcard/view.js +++ b/app/src/component/phoneNumberRewardSubcard/view.js @@ -213,7 +213,7 @@ class PhoneNumberRewardSubcard extends React.PureComponent { {this.state.phoneVerifyFailed && - Sorry, we were unable to verify your phone number. Please go to for manual verification if this keeps happening. + Sorry, we were unable to verify your phone number. Please go to for manual verification if this keeps happening. } diff --git a/app/src/component/rewardCard/view.js b/app/src/component/rewardCard/view.js index 18679852..821257fe 100644 --- a/app/src/component/rewardCard/view.js +++ b/app/src/component/rewardCard/view.js @@ -83,7 +83,7 @@ class RewardCard extends React.PureComponent { {reward.reward_title} {reward.reward_description} {claimed && } diff --git a/app/src/component/transactionList/internal/transaction-list-item.js b/app/src/component/transactionList/internal/transaction-list-item.js index 7877808d..ff6382ac 100644 --- a/app/src/component/transactionList/internal/transaction-list-item.js +++ b/app/src/component/transactionList/internal/transaction-list-item.js @@ -37,7 +37,7 @@ class TransactionListItem extends React.PureComponent { diff --git a/app/src/page/about/view.js b/app/src/page/about/view.js index 3889bebe..d662772d 100644 --- a/app/src/page/about/view.js +++ b/app/src/page/about/view.js @@ -52,9 +52,9 @@ class AboutPage extends React.PureComponent { digital content they are interested in. - - - + + + Get Social @@ -78,7 +78,7 @@ class AboutPage extends React.PureComponent { } diff --git a/app/src/page/file/view.js b/app/src/page/file/view.js index 72b473d5..068b5e0b 100644 --- a/app/src/page/file/view.js +++ b/app/src/page/file/view.js @@ -413,7 +413,7 @@ class FilePage extends React.PureComponent { In response to a complaint we received under the US Digital Millennium Copyright Act, we have blocked access to this content from our applications. - + diff --git a/app/src/page/splash/view.js b/app/src/page/splash/view.js index acdfbe2f..defbbf0d 100644 --- a/app/src/page/splash/view.js +++ b/app/src/page/splash/view.js @@ -229,7 +229,7 @@ class SplashScreen extends React.PureComponent { isLagging: true, message: 'Connection Failure', details: - 'We could not establish a connection to the daemon. Your data connection may be preventing LBRY from connecting. Contact hello@lbry.io if you think this is a software bug.' + 'We could not establish a connection to the daemon. Your data connection may be preventing LBRY from connecting. Contact hello@lbry.com if you think this is a software bug.' }); }); } diff --git a/app/src/page/wallet/view.js b/app/src/page/wallet/view.js index 42e05941..6eda3345 100644 --- a/app/src/page/wallet/view.js +++ b/app/src/page/wallet/view.js @@ -39,7 +39,7 @@ class WalletPage extends React.PureComponent { - Please backup your wallet file using the instructions at . + Please backup your wallet file using the instructions at . diff --git a/app/src/redux/actions/file.js b/app/src/redux/actions/file.js index be7e09b6..d39de12d 100644 --- a/app/src/redux/actions/file.js +++ b/app/src/redux/actions/file.js @@ -221,7 +221,7 @@ export function doLoadVideo(uri, failureCallback) { }); dispatch(doToast({ - message: `Failed to download ${uri}, please try again. If this problem persists, visit https://lbry.io/faq/support for support.`, + message: `Failed to download ${uri}, please try again. If this problem persists, visit https://lbry.com/faq/support for support.`, })); if (failureCallback) {