From 067747c2ded28bbb319753d6befcc2d13b4c698b Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Fri, 10 Mar 2023 15:04:12 -0300 Subject: [PATCH] docs: improve descriptions Co-authored-by: ieQu1 <99872536+ieQu1@users.noreply.github.com> --- apps/emqx/i18n/emqx_schema_i18n.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/emqx/i18n/emqx_schema_i18n.conf b/apps/emqx/i18n/emqx_schema_i18n.conf index 0690919bb..facccede2 100644 --- a/apps/emqx/i18n/emqx_schema_i18n.conf +++ b/apps/emqx/i18n/emqx_schema_i18n.conf @@ -1755,8 +1755,8 @@ server_ssl_opts_schema_gc_after_handshake { server_ssl_opts_schema_enable_ocsp_stapling { desc { - en: "Whether to enable OCSP stapling for the listener. If set to true," - " requires defining the OCSP responder URL and issuer PEM path." + en: "Whether to enable Online Certificate Status Protocol (OCSP) stapling for the listener." + " If set to true, requires defining the OCSP responder URL and issuer PEM path." zh: "是否为监听器启用OCSP装订功能。 如果设置为 true," "需要定义OCSP响应者URL和发行者PEM路径。" }