diff --git a/contribs/gmf/src/authentication/component.js b/contribs/gmf/src/authentication/component.js index 95df065470b7..14617d53c8ad 100644 --- a/contribs/gmf/src/authentication/component.js +++ b/contribs/gmf/src/authentication/component.js @@ -337,7 +337,7 @@ gmf.authentication.component.AuthenticationController_ = class { if (errors.length) { this.setError_(errors); } else { - const error = gettextCatalog.getString('Incorrect username or password.'); + const error = gettextCatalog.getString('Incorrect credentials or disabled account.'); this.gmfAuthenticationService_.login(this.loginVal, this.pwdVal).then( this.resetError_.bind(this), this.setError_.bind(this, error));