Просмотр исходного кода

Merge pull request #14036 from emqx/fix-desc-api-banned-hocon

docs: Update emqx_mgmt_api_banned.hocon
zmstone 1 год назад
Родитель
Сommit
c79cb86852
2 измененных файлов с 8 добавлено и 8 удалено
  1. 1 1
      rel/i18n/emqx_conf_schema.hocon
  2. 7 7
      rel/i18n/emqx_mgmt_api_banned.hocon

+ 1 - 1
rel/i18n/emqx_conf_schema.hocon

@@ -74,7 +74,7 @@ cluster_quic_lb_mode.desc:
 - 1: server_ip
 - 2: server_id_fixed
 - N: when N>2 server_id_fixed and server_id is N
-- IfName: when IfName is string, server_id will be set to the first ip on interface IfName, ipv4 only"""
+- IfName: when IfName is string, server_id will be set to the first ip on interface IfName, ipv4 only."""
 
 cluster_quic_lb_mode.label:
 """ QUIC stack LB Mode """

+ 7 - 7
rel/i18n/emqx_mgmt_api_banned.hocon

@@ -65,24 +65,24 @@ clear_banned_api.label:
 """Clear"""
 
 filter_clientid.desc:
-"""Query the banned objects with an exact client ID."""
+"""Query the banning rules with an exact client ID."""
 
 filter_username.desc:
-"""Query the banned objects with an exact username."""
+"""Query the banning rules with an exact username."""
 
 filter_peerhost.desc:
-"""Query the banned objects with an exact IP address."""
+"""Query the banning rules with an exact IP address."""
 
 filter_like_clientid.desc:
-"""Fuzzy query banned objects with a regular expression for client ID."""
+"""Fuzzy query banning rules with a regular expression for client ID."""
 
 filter_like_username.desc:
-"""Fuzzy query banned objects with a regular expression for username."""
+"""Fuzzy query banning rules with a regular expression for username."""
 
 filter_like_peerhost.desc:
-"""Fuzzy query banned objects with a regular expression for IP address."""
+"""Fuzzy query banning rules with a regular expression for IP address."""
 
 filter_like_peerhost_net.desc:
-"""Fuzzy query banned objects with a regular expression for CIDR."""
+"""Fuzzy query banning rules with a regular expression for CIDR."""
 
 }