From 03131a8acb8841171d6a982e1b0e549d89d5095c Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Wed, 11 Oct 2017 11:22:19 -0700 Subject: [PATCH] Fix tiny flaw in reminders email copy --- .../send-reminders/lib/send-reminders-store.es6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/internal_packages/send-reminders/lib/send-reminders-store.es6 b/app/internal_packages/send-reminders/lib/send-reminders-store.es6 index d7877cd3a..76a310ed9 100644 --- a/app/internal_packages/send-reminders/lib/send-reminders-store.es6 +++ b/app/internal_packages/send-reminders/lib/send-reminders-store.es6 @@ -48,7 +48,7 @@ class SendRemindersStore extends MailspringStore { replyToHeaderMessageId: sentHeaderMessageId, body: ` Mailspring Reminder: This thread has been moved to the top of - your inbox by Mailspring because no one has replied to your message

. + your inbox by Mailspring because no one has replied to your message.

--The Mailspring Team

`, });