From 6606bd01b1c5940ef194564474c65310071d7d05 Mon Sep 17 00:00:00 2001 From: Jonne Hass Date: Sat, 15 Oct 2011 12:20:09 +0200 Subject: [PATCH] fix missing translation --- app/views/shared/_contact_sidebar.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_contact_sidebar.html.haml b/app/views/shared/_contact_sidebar.html.haml index 5e560ea6b..27ef1ac60 100644 --- a/app/views/shared/_contact_sidebar.html.haml +++ b/app/views/shared/_contact_sidebar.html.haml @@ -10,7 +10,7 @@ %ul.left_nav - if AppConfig[:featured_users] %li{:class => ("active" if @featured)} - = link_to t('contacts.featured.featured_users'), featured_users_path, :class => "element_selector" + = link_to t('users.getting_started.featured_users'), featured_users_path, :class => "element_selector" %li{:class => ("active" if @finder)} = link_to "Facebook Friends", friend_finder_path('facebook'), :class => "element_selector"