mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
LoginScreen.tsx -> Passwort -> Password (#6299)
Found a typo in LoginScreen where is says Passwort instead of Password.
This commit is contained in:
parent
d780704752
commit
39ef8f1504
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export const LoginScreen = ()=>{
|
|||
<input {...register('username', {
|
||||
required: true
|
||||
})} className="login-textinput input-control" type="text" placeholder="Username"/>
|
||||
<div>Passwort</div>
|
||||
<div>Password</div>
|
||||
<span className="icon-input">
|
||||
<input {...register('password', {
|
||||
required: true
|
||||
|
|
Loading…
Reference in a new issue