Fix for issue #1600: Missing string for translation ("Recent notifications")
This commit is contained in:
parent
22fdf7f895
commit
713f4dcc9d
2 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
.header
|
||||
= link_to t('.view_all'), notifications_path, :id => "view_all_notifications"
|
||||
%h4
|
||||
Recent notifications
|
||||
= t('.recent_notifications')
|
||||
.notifications
|
||||
.ajax_loader
|
||||
= image_tag("ajax-loader.gif")
|
||||
|
|
|
|||
|
|
@ -299,6 +299,7 @@ en:
|
|||
code: "code"
|
||||
admin: "admin"
|
||||
view_all: "View all"
|
||||
recent_notifications: "Recent notifications"
|
||||
application:
|
||||
powered_by: "POWERED BY DIASPORA*"
|
||||
whats_new: "what's new?"
|
||||
|
|
|
|||
Loading…
Reference in a new issue