summaryrefslogtreecommitdiffhomepage
path: root/app/lib/backend.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/backend.js')
-rw-r--r--app/lib/backend.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/backend.js b/app/lib/backend.js
index 9c5b2ed064..6b0e1f100f 100644
--- a/app/lib/backend.js
+++ b/app/lib/backend.js
@@ -149,7 +149,7 @@ export class Backend {
this._store.dispatch(accountActions.loginChange({
accountNumber: accountNumber,
- status: 'connecting',
+ status: 'logging in',
error: null,
}));