Capitalize "password"
This commit is contained in:
parent
2918d97fd0
commit
2bfc10dab4
1 changed files with 1 additions and 1 deletions
|
@ -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 && (
|
||||
|
|
Loading…
Reference in a new issue