diff --git a/app/views/notifier/mentioned.html.haml b/app/views/notifier/mentioned.html.haml
index b3763cb763324dcd05840a60052a65ea55cdc3fd..b0991e858af3934b310b25ec9bdb782ef28df5b7 100644
--- a/app/views/notifier/mentioned.html.haml
+++ b/app/views/notifier/mentioned.html.haml
@@ -3,8 +3,9 @@
 %p
   = "#{@sender.name} (#{@sender.diaspora_handle})"
   = t('.mentioned')
-
-  = @post.message
+%p
+  = @post.message 
+%p
 
   %br
   = link_to t('.sign_in'), status_message_url(@post)
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index 541343ee508ea8b1dbafd70109e8bb2a4b933b77..e351a058c7d0cb21c3fd134abab45b3894b43ba5 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -464,6 +464,7 @@ en:
       mentioned:
           subject: "%{name} has mentioned you on Diaspora*"
           mentioned: "mentioned you in a post:"
+          sign_in: "Sign in to view it."
   home:
       show:
           share_what_you_want: "Share what you want, with whom you want."