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 e62bf355..cc58aeca 100644
--- a/app/src/page/file/view.js
+++ b/app/src/page/file/view.js
@@ -414,7 +414,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) {