Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Rephrase comment to make more sense
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Jan 10, 2019
1 parent 1d209c5 commit b7252a0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,8 @@ export default React.createClass({
// on this screen, this would make it easy for a malicious person to guess
// your passphrase one letter at a time, but they could get this faster by
// just opening the browser's developer tools and reading it.
// Note that this includes not having typed anything at all.
// Note that not having typed anything at all will not hit this clause and
// fall through so empty box === no hint.
matchText = _t("That doesn't match.");
}

Expand Down

0 comments on commit b7252a0

Please sign in to comment.