added localized text in getting started view

This commit is contained in:
Diaspora Europe 2012-03-08 08:18:18 +01:00
parent 9b08f3f69a
commit f26563c90c

View file

@ -34,7 +34,7 @@
= form_tag profile_path, :method => :put, :remote => true, :id => 'edit_profile' do = form_tag profile_path, :method => :put, :remote => true, :id => 'edit_profile' do
%fieldset %fieldset
.clearfix .clearfix
= label_tag 'profile[first_name]', "Your name", :class => "bootstrapped" = label_tag 'profile[first_name]', t('profiles.edit.your_name'), :class => "bootstrapped"
.input .input
= text_field_tag 'profile[first_name]', current_user.person.profile.first_name = text_field_tag 'profile[first_name]', current_user.person.profile.first_name
= image_tag 'ajax-loader.gif', :id => "gs-name-form-spinner", :class => "hidden" = image_tag 'ajax-loader.gif', :id => "gs-name-form-spinner", :class => "hidden"
@ -44,7 +44,7 @@
= t(".saved") = t(".saved")
.clearfix .clearfix
= label_tag :your_photo, "Your photo", :class => "bootstrapped" = label_tag :your_photo, t('profiles.edit.your_photo'), :class => "bootstrapped"
.input{:style => "position:relative;"} .input{:style => "position:relative;"}
= render 'photos/new_profile_photo', :aspect => :getting_started, :person => current_user.person = render 'photos/new_profile_photo', :aspect => :getting_started, :person => current_user.person
%br %br
@ -58,15 +58,13 @@
.row .row
%p %p
= t('.hashtag_explanation') = t('.hashtag_explanation')
%i
= t('.hashtag_suggestions')
.row .row
.span13 .span13
= form_tag(multiple_tag_followings_path, :method => 'post', :class => "tag_input search_form") do = form_tag(multiple_tag_followings_path, :method => 'post', :class => "tag_input search_form") do
%fieldset %fieldset
.clearfix .clearfix
= label_tag 'follow_tags', "Follow tags", :class => "bootstrapped" = label_tag 'follow_tags', t('.hashtag_suggestions'), :class => "bootstrapped"
.input .input
= text_field_tag 'follow_tags', nil, :class => "nostrap" = text_field_tag 'follow_tags', nil, :class => "nostrap"