1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-22 02:57:39 +00:00

Fix typo in send password message

This commit is contained in:
Ozzie Isaacs
2024-02-10 10:07:10 +01:00
parent 90e728516c
commit f7718cae0c
54 changed files with 55 additions and 55 deletions

View File

@@ -1396,7 +1396,7 @@ def login_post():
if user is not None and user.name != "Guest":
ret, __ = reset_password(user.id)
if ret == 1:
flash(_(u"New Password was send to your email address"), category="info")
flash(_(u"New Password was sent to your email address"), category="info")
log.info('Password reset for user "%s" IP-address: %s', username, ip_address)
else:
log.error(u"An unknown error occurred. Please try again later")