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:31:13 UTC

[skywalking-rocketbot-ui] branch kezhenxu94-patch-1 created (now e6c5f70)

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

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


      at e6c5f70  Fix typo

This branch includes the following new commits:

     new e6c5f70  Fix typo

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking-rocketbot-ui] 01/01: Fix typo

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e6c5f7098afc1ff8a2fe32cc117fb86d35ed7dbb
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Tue Apr 6 22:31:06 2021 +0800

    Fix typo
---
 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: '启动事件',