diff --git a/app/views/people/edit.html.haml b/app/views/people/edit.html.haml index 98089ec39b4d49f8fe839dba40538e06df126774..a888c3fba7bc79ed57d2832e83484ef9860637ee 100644 --- a/app/views/people/edit.html.haml +++ b/app/views/people/edit.html.haml @@ -29,7 +29,7 @@ %h4 = t('.your_gender') %br - = profile.text_field :gender, :value => @profile.gender, :placeholder => t('.fill_me_out') + = profile.text_field :gender, :value => @profile.gender, :placeholder => t('fill_me_out') %h4 = t('.your_birthday') @@ -38,7 +38,7 @@ %h4 = t('.your_bio') - = profile.text_area :bio, :value => @profile.bio, :rows => 5, :placeholder => t('.fill_me_out') + = profile.text_area :bio, :value => @profile.bio, :rows => 5, :placeholder => t('fill_me_out') %h4 = t('.your_photo') diff --git a/app/views/users/getting_started/_step_1.html.haml b/app/views/users/getting_started/_step_1.html.haml index c377090d247c7b769ac4f39644dddf9a3abceb01..fb3099626665dd8d8eb620f239bb80af36ebeb41 100644 --- a/app/views/users/getting_started/_step_1.html.haml +++ b/app/views/users/getting_started/_step_1.html.haml @@ -20,7 +20,7 @@ %h4 Your gender %br - = profile.text_field :gender, :value => @profile.gender, :placeholder => t(".fill_me_out") + = profile.text_field :gender, :value => @profile.gender, :placeholder => t("fill_me_out") %h4 Your birthday diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index 6c8e469845bf09bfe044a4cb35c06e974c2a48a0..c6ec8a830aa8e5948612859831e3baa77a9ad436 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -22,6 +22,7 @@ en: password: "Password" password_confirmation: "Password confirmation" are_you_sure: "Are you sure?" + fill_me_out: "Fill me out" activemodel: errors: @@ -140,8 +141,6 @@ en: destroy: "Account successfully closed." getting_started: signup_steps: "Complete your sign-up by doing these things:" - step_1: - fill_me_out: "Fill me out" edit_profile: "Edit your profile" define_aspects: "Define your aspects" connect_services: "Connect your services" @@ -234,7 +233,6 @@ en: your_gender: "Your gender" your_birthday: "Your birthday" your_bio: "Your bio" - fill_me_out: "Fill me out" your_photo: "Your photo" update_profile: "Update Profile" search: "Search"