diff --git a/apps/emqx_management/i18n/emqx_mgmt_api_key_i18n.conf b/apps/emqx_management/i18n/emqx_mgmt_api_key_i18n.conf index 1651f85ea..eae559660 100644 --- a/apps/emqx_management/i18n/emqx_mgmt_api_key_i18n.conf +++ b/apps/emqx_management/i18n/emqx_mgmt_api_key_i18n.conf @@ -11,7 +11,7 @@ emqx_mgmt_api_key_schema { } bootstrap_file { desc { - en: """Is used to add an api_key when emqx is launched, + en: """Bootstrap file is used to add an api_key when emqx is launched, the format is: ``` 7e729ae70d23144b:2QILI9AcQ9BYlVqLDHQNWN2saIjBV4egr1CZneTNKr9CpK diff --git a/changes/v5.0.14/feat-9713.en.md b/changes/v5.0.14/feat-9713.en.md index 7d68eae12..e8dbe4c6c 100644 --- a/changes/v5.0.14/feat-9713.en.md +++ b/changes/v5.0.14/feat-9713.en.md @@ -1,3 +1,3 @@ Introduce `api_key.bootstrap_file` to initialize the api key at boot time. Deprecate `dashboard.bootstrap_users_file`. -limit the maximum number of api keys to 100 instead of 30. +Limit the maximum number of api keys to 100 instead of 30.