diff --git a/erpnext/startup/event_handlers.py b/erpnext/startup/event_handlers.py
index 9b9c03019f3..472d5d105c0 100644
--- a/erpnext/startup/event_handlers.py
+++ b/erpnext/startup/event_handlers.py
@@ -118,8 +118,7 @@ def check_if_expired():
# if expired, stop user from logging in
from webnotes.utils import formatdate
- msg = """Oops! Your subscription expired on %s.
-
Nothing catastrophic.
""" % formatdate(conf.expires_on)
+ msg = """Oops! Your subscription expired on %s.
""" % formatdate(conf.expires_on)
if 'System Manager' in webnotes.user.roles:
msg += """Just drop in a mail at support@erpnext.com and