From a3a56e7f895bec9d9099a59b18d61ec526be517d Mon Sep 17 00:00:00 2001 From: jessop Date: Wed, 11 Dec 2019 15:27:03 -0500 Subject: [PATCH] edits --- static/app-strings.json | 2 ++ ui/component/splash/view.jsx | 4 ++-- ui/index.jsx | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index b153fbec6..84e245e3d 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -926,6 +926,8 @@ "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", diff --git a/ui/component/splash/view.jsx b/ui/component/splash/view.jsx index d6204d359..59ed8b3e5 100644 --- a/ui/component/splash/view.jsx +++ b/ui/component/splash/view.jsx @@ -129,9 +129,9 @@ 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.')) + doShowSnackBar(__('The wallet server took a bit too long. Resetting defaults just in case. Restart the App and SDK if this continues.')); this.setState({waitingForWallet: 0}); - this.updateStatusCallback(status) + this.updateStatusCallback(status); } else { this.updateStatusCallback(status); } diff --git a/ui/index.jsx b/ui/index.jsx index 8547ae903..9b7dce22e 100644 --- a/ui/index.jsx +++ b/ui/index.jsx @@ -289,10 +289,13 @@ function AppWrapper() { ) : ( + app.store.dispatch(doAuthenticate(pjson.version))} onReadyToLaunch={() => setReadyToLaunch(true)} /> + + )}