Commit 84bc4a7e authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'Externalize-strings-in-sessions-new.html.haml' into 'master'

Externalize strings in sessions/new.html.haml

See merge request gitlab-org/gitlab!58274
parents b57113a9 ca471a79
......@@ -13,7 +13,7 @@
-# Show a message if none of the mechanisms above are enabled
- if !password_authentication_enabled_for_web? && !ldap_sign_in_enabled? && !(omniauth_enabled? && devise_mapping.omniauthable?)
%div
No authentication methods configured.
= _('No authentication methods configured.')
- if allow_signup?
%p.gl-mt-3
......
---
title: Externalise strings in sessions/new.html.haml
merge_request: 58274
author: nuwe1
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment