made "Notifications" translatable
This commit is contained in:
parent
c17425b7fb
commit
e10af7fc8a
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue