diff --git a/app/views/layouts/_header.html.haml b/app/views/layouts/_header.html.haml index 4cab6a35f37e726a875b960ea298dc12f9b61cf7..069caa9d6fb059e04cb514290eb8771978156b62 100644 --- a/app/views/layouts/_header.html.haml +++ b/app/views/layouts/_header.html.haml @@ -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") diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index ac4e56723218ef37192e5128a0b79988404e0a77..cf1a843d48815bab7d86df9432dc9d8a84a8e335 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -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?"