diff --git a/app/marketing/mails.py b/app/marketing/mails.py index 9c37aa4a132..30b6beb0c25 100644 --- a/app/marketing/mails.py +++ b/app/marketing/mails.py @@ -439,9 +439,9 @@ def send_user_feedback(quest, feedback, user): try: setup_lang(to_email) subject = f"Your Gitcoin Quest \"{quest.title}\" has feedback from another user!" - body_str = f"Your quest: {quest.title} has feedback from user {user.profile.handle}:\n\n - \"{feedback}\n\n\" - to edit your quest, click here" + body_str = f("Your quest: {quest.title} has feedback from user {user.profile.handle}:\n\n" + "{feedback}\n\n\" + "to edit your quest, click here") body = f"{body_str}" if not should_suppress_notification_email(to_email, 'quest'): send_mail(