diff --git a/client/homebrew/pages/vaultPage/vaultPage.jsx b/client/homebrew/pages/vaultPage/vaultPage.jsx index d1362f13a..cbd31dc85 100644 --- a/client/homebrew/pages/vaultPage/vaultPage.jsx +++ b/client/homebrew/pages/vaultPage/vaultPage.jsx @@ -160,7 +160,7 @@ const VaultPage = (props) => { title="At least 3 characters" onKeyDown={(e) => { if (e.key === 'Enter' && !submitButtonRef.current.disabled) - loadPage(1, true); + loadPage(1, true); }} placeholder="v3 Reference Document" /> @@ -177,7 +177,7 @@ const VaultPage = (props) => { onKeyUp={disableSubmitIfFormInvalid} onKeyDown={(e) => { if (e.key === 'Enter' && !submitButtonRef.current.disabled) - loadPage(1, true); + loadPage(1, true); }} placeholder="Username" /> @@ -232,24 +232,21 @@ const VaultPage = (props) => {
"word" to match an exact string, and
- - to exclude words (at least one word
- must not be negated).
+ Use "word" to match an exact string,
+ and - to exclude words (at least one word must not be negated)