Add translation to "Mark unread"
This commit is contained in:
parent
f7a1b09639
commit
bb2d474771
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue