Fixed typo

This commit is contained in:
Ozzie Isaacs 2023-01-21 15:27:51 +01:00
parent d6184619f5
commit 2be2920833
1 changed files with 1 additions and 1 deletions

View File

@ -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")