Capitalize "password"
authorArche <66189242+arche-dev@users.noreply.github.com>
Sat, 7 Aug 2021 01:03:54 +0000 (01:03 +0000)
committerGitHub <noreply@github.com>
Sat, 7 Aug 2021 01:03:54 +0000 (01:03 +0000)
src/app/molecules/import-e2e-room-keys/ImportE2ERoomKeys.jsx

index 9315076262e380915394e86a0b18b5368a70d549..ef4cacf6fe71a57579fc2f523e02d19634064d03 100644 (file)
@@ -91,7 +91,7 @@ function ImportE2ERoomKeys() {
           </div>
         )}
         {keyFile === null && <Button onClick={() => inputRef.current.click()}>Import keys</Button>}
-        <Input forwardRef={passwordRef} type="password" placeholder="password" required />
+        <Input forwardRef={passwordRef} type="password" placeholder="Password" required />
         <Button disabled={isImporting} variant="primary" type="submit">Decrypt</Button>
       </form>
       { isImporting && status !== null && (