diff --git a/app/views/notifier/comment_on_post.text.haml b/app/views/notifier/comment_on_post.text.haml index 29375760c..ae94e8f0e 100644 --- a/app/views/notifier/comment_on_post.text.haml +++ b/app/views/notifier/comment_on_post.text.haml @@ -2,6 +2,7 @@ = "#{@sender.name} (#{@sender.diaspora_handle})" = t('notifier.comment_on_post.commented') += @comment.text = "#{t('notifier.love')} \n" = t('notifier.diaspora') diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index e2d361fc2..9b50272b5 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -460,13 +460,14 @@ en: subject: "new Diaspora* contact request from %{from}" just_sent_you: "just sent you a contact request on Diaspora*" try_it_out: "You should really think about checking it out." - sign_in: "sign in here" + sign_in: "Sign in here" request_accepted: subject: "%{name} has accepted your contact request on Diaspora*" accepted: "has accepted your contact request!" + sign_in: "Sign in here" comment_on_post: subject: "%{name} has commented on your post." - commented: "has commented on your post!" + commented: "has commented on your post:" sign_in: "Sign in to view it." also_commented: subject: "%{name} has also commented."