瀏覽代碼

chore: apply suggestions from code review

Co-authored-by: ieQu1 <99872536+ieQu1@users.noreply.github.com>
zhongwencool 3 年之前
父節點
當前提交
918ba0dffd
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      apps/emqx_management/i18n/emqx_mgmt_api_key_i18n.conf
  2. 1 1
      changes/v5.0.14/feat-9713.en.md

+ 1 - 1
apps/emqx_management/i18n/emqx_mgmt_api_key_i18n.conf

@@ -11,7 +11,7 @@ emqx_mgmt_api_key_schema {
   }
   }
   bootstrap_file {
   bootstrap_file {
     desc {
     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:
       the format is:
        ```
        ```
        7e729ae70d23144b:2QILI9AcQ9BYlVqLDHQNWN2saIjBV4egr1CZneTNKr9CpK
        7e729ae70d23144b:2QILI9AcQ9BYlVqLDHQNWN2saIjBV4egr1CZneTNKr9CpK

+ 1 - 1
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.
 Introduce `api_key.bootstrap_file` to initialize the api key at boot time.
 Deprecate `dashboard.bootstrap_users_file`.
 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.