Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New user Registration, Confirmation and session management workflow #160

Merged
merged 8 commits into from
Dec 14, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix gender attribute translation
  • Loading branch information
Fernando Blat committed Dec 14, 2016
commit 50084adf585de999e1d040aac3f8aa8503063d68
2 changes: 1 addition & 1 deletion app/views/user/confirmations/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<div class="options options_cont">

<%= f.label :gender %>
<%= f.label :gender, t(".your_gender_is") %>
<i class="fa fa-question-circle tipsit" title="<%= t(".hints.gender") %>"></i>

<div class="pure-g">
Expand Down
2 changes: 1 addition & 1 deletion config/locales/user/models/ca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ ca:
password: La teva contraseña
password_confirmation: La teva contraseña, de nou
year_of_birth: Any de naiximent
gender: Eres...
gender: Genre
2 changes: 1 addition & 1 deletion config/locales/user/models/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ en:
password: Your password
password_confirmation: Your password, one more time
year_of_birth: Year of birth
gender: You are a...
gender: Gender
2 changes: 1 addition & 1 deletion config/locales/user/models/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ es:
password: Tu contraseña
password_confirmation: Tu contraseña, otra vez
year_of_birth: Año de nacimiento
gender: Eres...
gender: Género
1 change: 1 addition & 0 deletions config/locales/user/views/confirmations/ca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ ca:
male: Home
female: Dona
submit: Guardar
your_gender_is: "Eres..."
1 change: 1 addition & 0 deletions config/locales/user/views/confirmations/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ en:
male: Male
female: Female
submit: Save
your_gender_is: "You are..."
1 change: 1 addition & 0 deletions config/locales/user/views/confirmations/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ es:
male: Hombre
female: Mujer
submit: Guardar
your_gender_is: "Eres..."