mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-11 16:18:15 -05:00
Fix for issue #1600: Missing string for translation ("Recent notifications")
This commit is contained in:
@@ -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?"
|
||||
|
||||
Reference in New Issue
Block a user