diff --git a/app/views/notifications/index.html.haml b/app/views/notifications/index.html.haml index 4c3d091ac..c6f57f766 100644 --- a/app/views/notifications/index.html.haml +++ b/app/views/notifications/index.html.haml @@ -28,7 +28,7 @@ %div %time = timeago(note.created_at) - = link_to "Mark unread", "#", :class => "unread-setter" + = link_to t('.mark_unread'), "#", :class => "unread-setter" = will_paginate @notifications