Skip to content

Commit

Permalink
Broken test with Catalan translation for sign-in fix
Browse files Browse the repository at this point in the history
  • Loading branch information
greenwoodt committed Oct 10, 2023
1 parent fe87dc7 commit 2a37840
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions decidim-core/config/locales/ca.yml
Expand Up @@ -1658,7 +1658,7 @@ ca:
sessions:
already_signed_out: Sessió finalitzada correctament.
new:
sign_in: Iniciar sessió
sign_in: Entra
signed_in: Sessió iniciada correctament.
signed_out: S'ha iniciat la sessió correctament.
shared:
Expand All @@ -1667,7 +1667,7 @@ ca:
didn_t_receive_confirmation_instructions: No has rebut instruccions de confirmació?
didn_t_receive_unlock_instructions: No has rebut instruccions de desbloqueig?
forgot_your_password: Has oblidat la teva contrasenya?
sign_in: Iniciar sessió
sign_in: Entra
sign_in_with_provider: Inicia sessió amb %{provider}
sign_up: Registra't
minimum_password_length:
Expand Down
2 changes: 1 addition & 1 deletion decidim-core/spec/system/locales_spec.rb
Expand Up @@ -57,7 +57,7 @@
fill_in "session_user_email", with: "toto@example.org"
fill_in "session_user_password", with: "toto"

click_button "Iniciar sessió"
click_button "Entra"

expect(page).to have_content("Email o la contrasenya no són vàlids.")
end
Expand Down

0 comments on commit 2a37840

Please sign in to comment.