Merge pull request #10276 from lafirest/fix/banned_api

fix(i18n): fix the description error about the default value of `until`
This commit is contained in:
lafirest 2023-03-30 20:26:32 +08:00 committed by GitHub
commit 0af226dd5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,8 @@ emqx_mgmt_api_banned {
}
until {
desc {
en: """The end time of the ban, the format is rfc3339, the default is the time when the operation was initiated + 5 minutes."""
zh: """封禁的结束时间,式为 rfc3339默认为发起操作的时间 + 5 分钟。"""
en: """The end time of the ban, the format is rfc3339, the default is the time when the operation was initiated + 1 year."""
zh: """封禁的结束时间,格式为 rfc3339默认值为发起操作的时间 + 1 年。"""
}
label {
en: """Ban End Time"""