diff --git a/apps/emqx/i18n/emqx_schema_i18n.conf b/apps/emqx/i18n/emqx_schema_i18n.conf
index 045b06da0..0665cfb09 100644
--- a/apps/emqx/i18n/emqx_schema_i18n.conf
+++ b/apps/emqx/i18n/emqx_schema_i18n.conf
@@ -2050,7 +2050,7 @@ base_listener_enable_authn {
Set true
(default) to enable client authentication on this listener, the authentication
process goes through the configured authentication chain.
When set to false
to allow any clients with or without authentication information such as username or password to log in.
-When set to quick_deny_anonymous
, it behaves like when set to true
but clients will be
+When set to quick_deny_anonymous
, it behaves like when set to true
, but clients will be
denied immediately without going through any authenticators if username
is not provided. This is useful to fence off
anonymous clients early.
"""