Selaa lähdekoodia

docs: Update emqx_mgmt_api_banned.hocon

Changed "banned objects" to "banning rules" according to the correction in https://github.com/emqx/emqx-i18n.
Meggielqk 1 vuosi sitten
vanhempi
commit
f6e162da6f
1 muutettua tiedostoa jossa 7 lisäystä ja 7 poistoa
  1. 7 7
      rel/i18n/emqx_mgmt_api_banned.hocon

+ 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."""
 
 }