mirror of
https://github.com/janeczku/calibre-web
synced 2025-08-30 09:27:57 +00:00
Fixed typo
This commit is contained in:
@@ -1410,7 +1410,7 @@ def change_profile(kobo_support, local_oauth_check, oauth_status, translations,
|
||||
try:
|
||||
ub.session.commit()
|
||||
flash(_("Success! Profile Updated"), category="success")
|
||||
log.debug(Success! Profile updated")
|
||||
log.debug("Profile updated")
|
||||
except IntegrityError:
|
||||
ub.session.rollback()
|
||||
flash(_("Oops! An account already exists for this Email."), category="error")
|
||||
|
Reference in New Issue
Block a user