From e3d0cfedd76b6327ea1e84789f8932e66ae59446 Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Fri, 5 Aug 2011 23:09:00 -0700 Subject: [PATCH] Use 'Welcome' from i18n --- app/views/users/getting_started.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/users/getting_started.html.haml b/app/views/users/getting_started.html.haml index 9242512d5..f6137cb9c 100644 --- a/app/views/users/getting_started.html.haml +++ b/app/views/users/getting_started.html.haml @@ -12,7 +12,7 @@ .section %ul.left_nav %li - = link_to "Welcome", getting_started_path, :class => "home_selector active" + = link_to t(".welcome"), getting_started_path, :class => "home_selector active" .section = render 'aspects/aspect_listings' @@ -85,7 +85,7 @@ :contact => current_user.contact_for(person), :current_user => current_user } - #featured_users_pane + #featured_users_pane %h4 = t('.featured_users')