From f7242bfd97a5b8f094d9f778bf3dc8dc3b89689b Mon Sep 17 00:00:00 2001 From: jessop Date: Wed, 11 Dec 2019 16:14:12 -0500 Subject: [PATCH] more edits --- static/app-strings.json | 6 ++---- ui/component/splash/view.jsx | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index 84e245e3d..a8d2995b3 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -925,9 +925,6 @@ "Available": "Available", "Unable to load your saved preferences.": "Unable to load your saved preferences.", "Add/Delete": "Add/Delete", - "The wallet server took a bit too long. Resetting defaults just in case.": "The wallet server took a bit too long. Resetting defaults just in case.", - "The wallet server took a bit too long. Resetting defaults just in case. Restart the App and SDK if this continues.": "The wallet server took a bit too long. Resetting defaults just in case. Restart the App and SDK if this continues.", - "The wallet server took a bit too long. Resetting defaults just in case.": "The wallet server took a bit too long. Resetting defaults just in case.", "PDF opened externally. %click_here% to open it again.": "PDF opened externally. %click_here% to open it again.", "%numberOfMonthsSincePublish% years ago": "%numberOfMonthsSincePublish% years ago", "%numberOfYearsSincePublish% years ago": "%numberOfYearsSincePublish% years ago", @@ -937,5 +934,6 @@ "%numberOfMonthsSincePublish% month ago": "%numberOfMonthsSincePublish% month ago", "%numberOfMonthsSincePublish% months ago": "%numberOfMonthsSincePublish% months ago", "%numberOfDaysSincePublish% months ago": "%numberOfDaysSincePublish% months ago", - "%numberOfDaysSincePublish% days ago": "%numberOfDaysSincePublish% days ago" + "%numberOfDaysSincePublish% days ago": "%numberOfDaysSincePublish% days ago", + "The wallet server took a bit too long. Resetting defaults just in case. Shutdown (Cmd/Ctrl+Q) LBRY and restart if this continues.": "The wallet server took a bit too long. Resetting defaults just in case. Shutdown (Cmd/Ctrl+Q) LBRY and restart if this continues." } diff --git a/ui/component/splash/view.jsx b/ui/component/splash/view.jsx index 59ed8b3e5..543c0aa40 100644 --- a/ui/component/splash/view.jsx +++ b/ui/component/splash/view.jsx @@ -129,7 +129,7 @@ export default class SplashScreen extends React.PureComponent { }); } else if (this.state.waitingForWallet > MAX_WALLET_WAIT && launchedModal === false && !modal) { clearWalletServers(); - doShowSnackBar(__('The wallet server took a bit too long. Resetting defaults just in case. Restart the App and SDK if this continues.')); + doShowSnackBar(__('The wallet server took a bit too long. Resetting defaults just in case. Shutdown (Cmd/Ctrl+Q) LBRY and restart if this continues.')); this.setState({waitingForWallet: 0}); this.updateStatusCallback(status); } else {