From 9ef482807f1b8a995a20241f0c6946054ebd6320 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sat, 17 Feb 2018 12:33:01 -0500 Subject: [PATCH] fix: i18n typo ***NO_CI*** --- server/locales/en/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/locales/en/auth.json b/server/locales/en/auth.json index 975d195f..cc01ded2 100644 --- a/server/locales/en/auth.json +++ b/server/locales/en/auth.json @@ -27,7 +27,7 @@ "facebook": "Facebook", "github": "GitHub", "slack": "Slack", - "ldap": "LDAP / Active Directory" + "ldap": "LDAP / Active Directory", "oauth2": "OAuth2" } }