Use 'Welcome' from i18n

This commit is contained in:
Raphael Sofaer 2011-08-05 23:09:00 -07:00
parent de3f27f8b1
commit e3d0cfedd7

View file

@ -12,7 +12,7 @@
.section .section
%ul.left_nav %ul.left_nav
%li %li
= link_to "Welcome", getting_started_path, :class => "home_selector active" = link_to t(".welcome"), getting_started_path, :class => "home_selector active"
.section .section
= render 'aspects/aspect_listings' = render 'aspects/aspect_listings'
@ -85,7 +85,7 @@
:contact => current_user.contact_for(person), :contact => current_user.contact_for(person),
:current_user => current_user } :current_user => current_user }
#featured_users_pane #featured_users_pane
%h4 %h4
= t('.featured_users') = t('.featured_users')