You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2021/05/03 15:37:07 UTC

[apisix-dashboard] branch master updated: docs: fix Chinese typos in the `retries.tooltip` field of upstream component (#1837)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 16dfb4d  docs: fix Chinese typos in the `retries.tooltip` field of upstream component (#1837)
16dfb4d is described below

commit 16dfb4d669b4cb6eecc38a3bee92067938dc5ccb
Author: 千橘 雫霞 <qi...@outlook.com>
AuthorDate: Mon May 3 23:36:57 2021 +0800

    docs: fix Chinese typos in the `retries.tooltip` field of upstream component (#1837)
---
 web/src/components/Upstream/locales/zh-CN.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/src/components/Upstream/locales/zh-CN.ts b/web/src/components/Upstream/locales/zh-CN.ts
index 809a60a..7e623ec 100644
--- a/web/src/components/Upstream/locales/zh-CN.ts
+++ b/web/src/components/Upstream/locales/zh-CN.ts
@@ -38,7 +38,7 @@ export default {
   'component.upstream.fields.key.tooltip': '哈希键(Hash Key)',
 
   'component.upstream.fields.retries': '重试次数',
-  'component.upstream.fields.retries.tooltip': '重试机制将请求发到下一个上游节点。值为 0 表示禁用重试机制,留空表是使用可用后端节点的数量。',
+  'component.upstream.fields.retries.tooltip': '重试机制将请求发到下一个上游节点。值为 0 表示禁用重试机制,留空表示使用可用后端节点的数量。',
 
   'component.upstream.fields.checks.active.type': '类型',
   'component.upstream.fields.checks.active.type.tooltip': '是使用 HTTP 或 HTTPS 进行主动健康检查,还是只尝试 TCP 连接。',