Fix "Pssword" typo (#2980)

This commit is contained in:
correctmost 2024-12-01 01:42:33 -05:00 committed by GitHub
parent 760963f7a6
commit b49b5bfa11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ def get_password(
hidden = secret(password)
if header is not None:
confirmation_header = f'{header}{_("Pssword")}: {hidden}\n'
confirmation_header = f'{header}{_("Password")}: {hidden}\n'
else:
confirmation_header = f'{_("Password")}: {hidden}\n'