Fix "Pssword" typo (#2980)
This commit is contained in:
parent
760963f7a6
commit
b49b5bfa11
|
|
@ -45,7 +45,7 @@ def get_password(
|
||||||
hidden = secret(password)
|
hidden = secret(password)
|
||||||
|
|
||||||
if header is not None:
|
if header is not None:
|
||||||
confirmation_header = f'{header}{_("Pssword")}: {hidden}\n'
|
confirmation_header = f'{header}{_("Password")}: {hidden}\n'
|
||||||
else:
|
else:
|
||||||
confirmation_header = f'{_("Password")}: {hidden}\n'
|
confirmation_header = f'{_("Password")}: {hidden}\n'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue