From eef0901f36bfa197b9ce4b95e4db726e23972afd Mon Sep 17 00:00:00 2001 From: MrZYX <pr0fkill@gmail.com> Date: Fri, 5 Nov 2010 22:42:59 +0100 Subject: [PATCH] unscoped fill_me_out --- app/views/people/edit.html.haml | 4 ++-- app/views/users/getting_started/_step_1.html.haml | 2 +- config/locales/diaspora/en.yml | 4 +--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/app/views/people/edit.html.haml b/app/views/people/edit.html.haml index 98089ec39b..a888c3fba7 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 c377090d24..fb30996266 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 6c8e469845..c6ec8a830a 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" -- GitLab