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