Skip to content

Commit

Permalink
Merge pull request #3603 from nick-prater/1.5-fix-3231
Browse files Browse the repository at this point in the history
1.5: Clarify error message changing password via Preferences
  • Loading branch information
ehuelsmann committed May 10, 2018
2 parents a0d5985 + e484127 commit 8f594fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/js-src/lsmb/users/ChangePassword.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ define(["lsmb/TabularForm",
if (err.response.status != "500"){
I.setFeedback(0, I.text("Bad username/Password"));
} else {
I.setFeedback(0,I.text("Company does not exist."));
I.setFeedback(0,I.text("Error changing password."));
}
}
});
Expand Down

0 comments on commit 8f594fe

Please sign in to comment.