From 8bf25365f6dc29cd310281cb2c139463bcdbf3a6 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mar 11 2016 15:17:14 +0000 Subject: Fix a typo in the email footer, found by @mleonova. --- diff --git a/pagure/lib/notify.py b/pagure/lib/notify.py index 39cfb11..761d356 100644 --- a/pagure/lib/notify.py +++ b/pagure/lib/notify.py @@ -28,7 +28,7 @@ from email.mime.text import MIMEText REPLY_MSG = 'To reply, visit the link below' if pagure.APP.config['EVENTSOURCE_SOURCE']: - REPLY_MSG += 'or just reply to this email' + REPLY_MSG += ' or just reply to this email' def fedmsg_publish(*args, **kwargs): # pragma: no cover