Comments unused keys
This commit is contained in:
@@ -97,8 +97,8 @@ en:
|
|||||||
login: "Log in"
|
login: "Log in"
|
||||||
signup: "Don't have an account? %{signup_link}"
|
signup: "Don't have an account? %{signup_link}"
|
||||||
signup_link: "Sign up"
|
signup_link: "Sign up"
|
||||||
|
#organization_signup: "Sign up as an organization / collective"
|
||||||
signin_with_provider: "Sign in with %{provider}"
|
signin_with_provider: "Sign in with %{provider}"
|
||||||
organization_signup: "Sign up as an organization / collective"
|
|
||||||
new_password: "Forgot your password?"
|
new_password: "Forgot your password?"
|
||||||
new_confirmation: "Didn't receive confirmation instructions?"
|
new_confirmation: "Didn't receive confirmation instructions?"
|
||||||
new_unlock: "Didn't receive unlock instructions?"
|
new_unlock: "Didn't receive unlock instructions?"
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ es:
|
|||||||
login: "Entrar"
|
login: "Entrar"
|
||||||
signup: "¿No tienes una cuenta? %{signup_link}"
|
signup: "¿No tienes una cuenta? %{signup_link}"
|
||||||
signup_link: "Regístrate"
|
signup_link: "Regístrate"
|
||||||
organization_signup: "Registro para organizaciones / colectivos"
|
#organization_signup: "Registro para organizaciones / colectivos"
|
||||||
signin_with_provider: "Entrar con %{provider}"
|
signin_with_provider: "Entrar con %{provider}"
|
||||||
new_password: "¿Olvidaste tu contraseña?"
|
new_password: "¿Olvidaste tu contraseña?"
|
||||||
new_confirmation: "¿No has recibido instrucciones para confirmar tu cuenta?"
|
new_confirmation: "¿No has recibido instrucciones para confirmar tu cuenta?"
|
||||||
|
|||||||
@@ -31,11 +31,11 @@ feature 'Organizations' do
|
|||||||
end
|
end
|
||||||
|
|
||||||
scenario 'Shared links' do
|
scenario 'Shared links' do
|
||||||
visit new_user_registration_path
|
# visit new_user_registration_path
|
||||||
expect(page).to have_link "Sign up as an organization / collective"
|
# expect(page).to have_link "Sign up as an organization / collective"
|
||||||
|
|
||||||
visit new_organization_registration_path
|
# visit new_organization_registration_path
|
||||||
expect(page).to have_link "Sign up"
|
# expect(page).to have_link "Sign up"
|
||||||
|
|
||||||
visit new_user_session_path
|
visit new_user_session_path
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user