unscoped fill_me_out
This commit is contained in:
parent
ca72bb40a6
commit
eef0901f36
3 changed files with 4 additions and 6 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
%h4
|
%h4
|
||||||
= t('.your_gender')
|
= t('.your_gender')
|
||||||
%br
|
%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
|
%h4
|
||||||
= t('.your_birthday')
|
= t('.your_birthday')
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
%h4
|
%h4
|
||||||
= t('.your_bio')
|
= 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
|
%h4
|
||||||
= t('.your_photo')
|
= t('.your_photo')
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
%h4
|
%h4
|
||||||
Your gender
|
Your gender
|
||||||
%br
|
%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
|
%h4
|
||||||
Your birthday
|
Your birthday
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@ en:
|
||||||
password: "Password"
|
password: "Password"
|
||||||
password_confirmation: "Password confirmation"
|
password_confirmation: "Password confirmation"
|
||||||
are_you_sure: "Are you sure?"
|
are_you_sure: "Are you sure?"
|
||||||
|
fill_me_out: "Fill me out"
|
||||||
|
|
||||||
activemodel:
|
activemodel:
|
||||||
errors:
|
errors:
|
||||||
|
|
@ -140,8 +141,6 @@ en:
|
||||||
destroy: "Account successfully closed."
|
destroy: "Account successfully closed."
|
||||||
getting_started:
|
getting_started:
|
||||||
signup_steps: "Complete your sign-up by doing these things:"
|
signup_steps: "Complete your sign-up by doing these things:"
|
||||||
step_1:
|
|
||||||
fill_me_out: "Fill me out"
|
|
||||||
edit_profile: "Edit your profile"
|
edit_profile: "Edit your profile"
|
||||||
define_aspects: "Define your aspects"
|
define_aspects: "Define your aspects"
|
||||||
connect_services: "Connect your services"
|
connect_services: "Connect your services"
|
||||||
|
|
@ -234,7 +233,6 @@ en:
|
||||||
your_gender: "Your gender"
|
your_gender: "Your gender"
|
||||||
your_birthday: "Your birthday"
|
your_birthday: "Your birthday"
|
||||||
your_bio: "Your bio"
|
your_bio: "Your bio"
|
||||||
fill_me_out: "Fill me out"
|
|
||||||
your_photo: "Your photo"
|
your_photo: "Your photo"
|
||||||
update_profile: "Update Profile"
|
update_profile: "Update Profile"
|
||||||
search: "Search"
|
search: "Search"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue