diff --git a/app/views/notifications/index.html.haml b/app/views/notifications/index.html.haml
index 0df4f64a0..0013e3be3 100644
--- a/app/views/notifications/index.html.haml
+++ b/app/views/notifications/index.html.haml
@@ -17,7 +17,7 @@
= image_tag 'icons/mail_big.png', :height => 30, :width => 30, :style=>"margin-top:3px;"
.span-23.last
%h2
- Notifications
+ = t('.notifications')
.span-24.last
%ul.stream.notifications
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index c331a97f9..edfd1e38b 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -186,6 +186,8 @@ en:
new_request: "offered to share with you."
comment_on_post: "commented on your"
post: 'post'
+ index:
+ notifications: "Notifications"
users:
edit:
export_data: "Export Data"