You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/04/06 14:34:20 UTC

[skywalking-rocketbot-ui] branch master updated: Fix typo (#461)

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

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-rocketbot-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f0ad1b  Fix typo (#461)
9f0ad1b is described below

commit 9f0ad1b9cffc5d6db1836e9bc82b293fe80c46e2
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Tue Apr 6 22:34:14 2021 +0800

    Fix typo (#461)
---
 src/assets/lang/zh.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/assets/lang/zh.ts b/src/assets/lang/zh.ts
index 7b4a3d7..812a31b 100644
--- a/src/assets/lang/zh.ts
+++ b/src/assets/lang/zh.ts
@@ -203,7 +203,7 @@ const m = {
   select: '选择',
   eventID: '事件ID',
   eventName: '事件名称',
-  endTime: '结束事件',
+  endTime: '结束时间',
   instanceEvents: '实例事件',
   endpointEvents: '端点事件',
   enableEvents: '启动事件',