mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-02-13 17:10:06 +00:00
remove typo in import local backup password input label
This commit is contained in:
parent
b1e78cce6b
commit
c1cdb97c01
|
@ -209,7 +209,7 @@ function ImportKeys({ file, onDone }: ImportKeysProps) {
|
|||
<Box as="form" onSubmit={handleSubmit} direction="Column" gap="100">
|
||||
<Box gap="200" alignItems="End">
|
||||
<Box grow="Yes" direction="Column" gap="100">
|
||||
<Text size="L400">Password:</Text>
|
||||
<Text size="L400">Password</Text>
|
||||
<PasswordInput
|
||||
name="passwordInput"
|
||||
size="400"
|
||||
|
|
Loading…
Reference in a new issue