fix missing translation
This commit is contained in:
parent
1e26f5d045
commit
6606bd01b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue