diff options
author | db <drebs@riseup.net> | 2014-09-15 12:17:53 -0300 |
---|---|---|
committer | db <drebs@riseup.net> | 2014-09-15 12:17:53 -0300 |
commit | 4f931e73a5154242ed0f9e51cff63cddd73756c0 (patch) | |
tree | ac7ce9584bd9359c272f20bc63a6df5dade8ab9f | |
parent | 1446702fffb157c232e51b8dc99e71ff3636ed6f (diff) |
Improve error message when configuring account (#4881).
-rw-r--r-- | changes/feature_4881_improve-error-message-when-configuring-account | 1 | ||||
-rw-r--r-- | chrome/locale/en-US/accountWizard.properties | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changes/feature_4881_improve-error-message-when-configuring-account b/changes/feature_4881_improve-error-message-when-configuring-account new file mode 100644 index 0000000..4cfaa0c --- /dev/null +++ b/changes/feature_4881_improve-error-message-when-configuring-account @@ -0,0 +1 @@ + o Improve error message when configuring account (#4881). diff --git a/chrome/locale/en-US/accountWizard.properties b/chrome/locale/en-US/accountWizard.properties index 3a12f78..fbd3055 100644 --- a/chrome/locale/en-US/accountWizard.properties +++ b/chrome/locale/en-US/accountWizard.properties @@ -4,4 +4,4 @@ cannot_login.error=Unable to log in at server. Probably wrong configuration, use # accountWizard.js resultIncoming=%1$S, %2$S resultOutgoing=%1$S, %2$S -config_unverifiable=Configuration could not be verified - are you logged into\nBitmask with the correct username? +config_unverifiable=Configuration could not be verified. Bitmask client needs\nto be running in order to configure the account. Are you\nlogged into Bitmask with the correct username? |