diff --git a/apps/emqx/src/emqx_schema.erl b/apps/emqx/src/emqx_schema.erl
index d2edbcf2d..bd0c87974 100644
--- a/apps/emqx/src/emqx_schema.erl
+++ b/apps/emqx/src/emqx_schema.erl
@@ -1836,9 +1836,7 @@ desc("stats") ->
desc("authorization") ->
"Settings for client authorization.";
desc("mqtt") ->
- "Global MQTT configuration.
"
- "The configs here work as default values which can be overridden\n"
- "in zone
configs";
+ "Global MQTT configuration.";
desc("authz_cache") ->
"Settings for the authorization cache.";
desc("zone") ->
diff --git a/rel/i18n/emqx_mgmt_api_configs.hocon b/rel/i18n/emqx_mgmt_api_configs.hocon
index 47852349e..44d461081 100644
--- a/rel/i18n/emqx_mgmt_api_configs.hocon
+++ b/rel/i18n/emqx_mgmt_api_configs.hocon
@@ -23,14 +23,14 @@ rest_conf_query.label:
"""Reset the config entry with query"""
get_global_zone_configs.desc:
-"""Get the global zone configs"""
+"""Get the MQTT-related configuration"""
get_global_zone_configs.label:
-"""Get the global zone configs"""
+"""Get the MQTT-related configuration"""
update_global_zone_configs.desc:
-"""Update global zone configs"""
+"""Update MQTT-related configuration"""
update_global_zone_configs.label:
-"""Update global zone configs"""
+"""Update MQTT-related configuration"""
get_node_level_limiter_configs.desc:
"""Get the node-level limiter configs"""
diff --git a/rel/i18n/emqx_mgmt_api_key_schema.hocon b/rel/i18n/emqx_mgmt_api_key_schema.hocon
index 0dc11c7ac..c217dc2db 100644
--- a/rel/i18n/emqx_mgmt_api_key_schema.hocon
+++ b/rel/i18n/emqx_mgmt_api_key_schema.hocon
@@ -7,12 +7,11 @@ api_key.label:
"""API Key"""
bootstrap_file.desc:
-"""Bootstrap file is used to add an api_key when emqx is launched,
- the format is:
- ```
- 7e729ae70d23144b:2QILI9AcQ9BYlVqLDHQNWN2saIjBV4egr1CZneTNKr9CpK
- ec3907f865805db0:Ee3taYltUKtoBVD9C3XjQl9C6NXheip8Z9B69BpUv5JxVHL
- ```"""
+"""The bootstrap file provides API keys for EMQX.
+EMQX will load these keys on startup to authorize API requests.
+It contains key-value pairs in the format:`api_key:api_secret`.
+Each line specifies an API key and its associated secret.
+"""
bootstrap_file.label:
"""Initialize api_key file."""