Use 'Welcome' from i18n
This commit is contained in:
parent
de3f27f8b1
commit
e3d0cfedd7
1 changed files with 2 additions and 2 deletions
|
|
@ -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')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue