From 7726c3fff85944c6752df621c07c2270a3e39044 Mon Sep 17 00:00:00 2001 From: Drew Blessing Date: Tue, 19 Jul 2016 12:13:06 -0600 Subject: [PATCH] Improve error text for LDAP group links --- app/views/ldap_group_links/_ldap_group_link.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/ldap_group_links/_ldap_group_link.html.haml b/app/views/ldap_group_links/_ldap_group_link.html.haml index a1c06e7cd688a1..392d2178562cc8 100644 --- a/app/views/ldap_group_links/_ldap_group_link.html.haml +++ b/app/views/ldap_group_links/_ldap_group_link.html.haml @@ -10,6 +10,6 @@ - else .cred %i.fa.fa-warning - Config for + Config for LDAP server %code #{ldap_group_link.provider} - does not present in GitLab + is not present in GitLab -- GitLab