diff --git a/config/locales/devise_views.en.yml b/config/locales/devise_views.en.yml index c7ff6ee0f..0cd894ba9 100644 --- a/config/locales/devise_views.en.yml +++ b/config/locales/devise_views.en.yml @@ -97,8 +97,8 @@ en: login: "Log in" signup: "Don't have an account? %{signup_link}" signup_link: "Sign up" + #organization_signup: "Sign up as an organization / collective" signin_with_provider: "Sign in with %{provider}" - organization_signup: "Sign up as an organization / collective" new_password: "Forgot your password?" new_confirmation: "Didn't receive confirmation instructions?" new_unlock: "Didn't receive unlock instructions?" diff --git a/config/locales/devise_views.es.yml b/config/locales/devise_views.es.yml index 0a634a953..0d240adf4 100644 --- a/config/locales/devise_views.es.yml +++ b/config/locales/devise_views.es.yml @@ -97,7 +97,7 @@ es: login: "Entrar" signup: "¿No tienes una cuenta? %{signup_link}" signup_link: "Regístrate" - organization_signup: "Registro para organizaciones / colectivos" + #organization_signup: "Registro para organizaciones / colectivos" signin_with_provider: "Entrar con %{provider}" new_password: "¿Olvidaste tu contraseña?" new_confirmation: "¿No has recibido instrucciones para confirmar tu cuenta?" diff --git a/spec/features/organizations_spec.rb b/spec/features/organizations_spec.rb index a710b0646..b6d20ed34 100644 --- a/spec/features/organizations_spec.rb +++ b/spec/features/organizations_spec.rb @@ -31,11 +31,11 @@ feature 'Organizations' do end scenario 'Shared links' do - visit new_user_registration_path - expect(page).to have_link "Sign up as an organization / collective" + # visit new_user_registration_path + # expect(page).to have_link "Sign up as an organization / collective" - visit new_organization_registration_path - expect(page).to have_link "Sign up" + # visit new_organization_registration_path + # expect(page).to have_link "Sign up" visit new_user_session_path