From c1f8e549922d0ff41559b5e928202d8b35d38d87 Mon Sep 17 00:00:00 2001 From: toshokan Date: Sat, 6 Jun 2020 23:49:59 -0400 Subject: [PATCH 1/2] Fix typo "coorosponding" --- packages/rocketchat-i18n/i18n/en.i18n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rocketchat-i18n/i18n/en.i18n.json b/packages/rocketchat-i18n/i18n/en.i18n.json index 6fcb0965bb0c1..159db3660f911 100644 --- a/packages/rocketchat-i18n/i18n/en.i18n.json +++ b/packages/rocketchat-i18n/i18n/en.i18n.json @@ -2150,7 +2150,7 @@ "LDAP_Sync_User_Data_Groups_BaseDN": "LDAP Group BaseDN", "LDAP_Sync_User_Data_Groups_BaseDN_Description": "The LDAP BaseDN used to lookup users.", "LDAP_Sync_User_Data_Groups_Enforce_AutoChannels": "Auto Remove Users from Channels", - "LDAP_Sync_User_Data_Groups_Enforce_AutoChannels_Description": "**Attention**: Enabling this will remove any users in a channel that do not have the coorosponding LDAP group! Only enable this if you know what you're doing.", + "LDAP_Sync_User_Data_Groups_Enforce_AutoChannels_Description": "**Attention**: Enabling this will remove any users in a channel that do not have the corresponding LDAP group! Only enable this if you know what you're doing.", "LDAP_Sync_User_Data_Groups_Filter": "User Group Filter", "LDAP_Sync_User_Data_Groups_Filter_Description": "The LDAP search filter used to check if a user is in a group.", "LDAP_Sync_User_Data_GroupsMap": "User Data Group Map", From 3c71b3e32bf5af0fed529247aa9317bf575d1e0a Mon Sep 17 00:00:00 2001 From: toshokan Date: Tue, 9 Jun 2020 00:25:00 -0400 Subject: [PATCH 2/2] re-run CI