You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-24 06:02:08 +03:00
Rephrase comment to make more sense
This commit is contained in:
@ -303,7 +303,8 @@ export default React.createClass({
|
|||||||
// on this screen, this would make it easy for a malicious person to guess
|
// 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
|
// your passphrase one letter at a time, but they could get this faster by
|
||||||
// just opening the browser's developer tools and reading it.
|
// 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.");
|
matchText = _t("That doesn't match.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user