From baa30bf581529d797f72da35b95b7d257395213b Mon Sep 17 00:00:00 2001 From: Paulo Zulato Date: Fri, 4 Aug 2023 10:37:19 -0300 Subject: [PATCH] fix(ldap): fix issue pointed by spellcheck --- rel/i18n/emqx_ldap_authn.hocon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel/i18n/emqx_ldap_authn.hocon b/rel/i18n/emqx_ldap_authn.hocon index 7c59f2039..04dc88e83 100644 --- a/rel/i18n/emqx_ldap_authn.hocon +++ b/rel/i18n/emqx_ldap_authn.hocon @@ -10,7 +10,7 @@ password_attribute.label: """Password Attribute""" is_superuser_attribute.desc: -"""Indicates which attribute is used to represent whether the user is a super user.""" +"""Indicates which attribute is used to represent whether the user is a superuser.""" is_superuser_attribute.label: """IsSuperuser Attribute"""