You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2017/07/03 08:20:09 UTC

[couchdb-fauxton] branch master updated: (#932) - fix auth typo

This is an automated email from the ASF dual-hosted git repository.

garren pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git


The following commit(s) were added to refs/heads/master by this push:
     new bb50f71  (#932) - fix auth typo
bb50f71 is described below

commit bb50f7199346969b1dd4ea54c77d983e11e01869
Author: garren smith <ga...@gmail.com>
AuthorDate: Mon Jul 3 10:20:07 2017 +0200

    (#932) - fix auth typo
---
 app/addons/auth/actions.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/addons/auth/actions.js b/app/addons/auth/actions.js
index 3dab391..e2e2b51 100644
--- a/app/addons/auth/actions.js
+++ b/app/addons/auth/actions.js
@@ -125,7 +125,7 @@ export const authenticate = (username, password, onSuccess) => {
       },
       () => {
         FauxtonAPI.addNotification({
-          msg: "Your password is incorrect.",
+          msg: "Your username or password is incorrect.",
           type: "error",
           clear: true
         });

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].