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'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue