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
|
.header
|
||||||
= link_to t('.view_all'), notifications_path, :id => "view_all_notifications"
|
= link_to t('.view_all'), notifications_path, :id => "view_all_notifications"
|
||||||
%h4
|
%h4
|
||||||
Recent notifications
|
= t('.recent_notifications')
|
||||||
.notifications
|
.notifications
|
||||||
.ajax_loader
|
.ajax_loader
|
||||||
= image_tag("ajax-loader.gif")
|
= image_tag("ajax-loader.gif")
|
||||||
|
|
|
||||||
|
|
@ -299,6 +299,7 @@ en:
|
||||||
code: "code"
|
code: "code"
|
||||||
admin: "admin"
|
admin: "admin"
|
||||||
view_all: "View all"
|
view_all: "View all"
|
||||||
|
recent_notifications: "Recent notifications"
|
||||||
application:
|
application:
|
||||||
powered_by: "POWERED BY DIASPORA*"
|
powered_by: "POWERED BY DIASPORA*"
|
||||||
whats_new: "what's new?"
|
whats_new: "what's new?"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue