diff --git a/app/views/notifications/index.html.erb b/app/views/notifications/index.html.erb
index 222907c7e..ab4351c50 100644
--- a/app/views/notifications/index.html.erb
+++ b/app/views/notifications/index.html.erb
@@ -2,7 +2,7 @@
<% @notifications.each do |notification| %>
-
- •
+ •
<%= notification.activity.username %> <%= notification_text_for(notification) %>
<%= link_to notification.activity.trackable.debate.title, notification.activity.trackable.debate %>
diff --git a/config/locales/en.yml b/config/locales/en.yml
index a6a4d55bc..35af31bbc 100755
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -268,7 +268,7 @@ en:
one: "1 vote"
other: "%{count} votes"
notifications:
- commented_on_your_debate: "commented on yout debate"
+ commented_on_your_debate: "commented on your debate"
replied_to_your_comment: "replied to your comment on"
comments_helper:
comment_link: "Comment"