You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2022/03/19 02:16:46 UTC

[dolphinscheduler] branch dev updated: [Fix][UI Next][V1.0.0-Alpha] Fix the alarm instance management edit button floating prompt error. (#9005)

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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 5c5f737  [Fix][UI Next][V1.0.0-Alpha] Fix the alarm instance management edit button floating prompt error. (#9005)
5c5f737 is described below

commit 5c5f737a0049dc4c61d21091ef3d0ca10b339ade
Author: songjianet <17...@qq.com>
AuthorDate: Sat Mar 19 10:16:37 2022 +0800

    [Fix][UI Next][V1.0.0-Alpha] Fix the alarm instance management edit button floating prompt error. (#9005)
---
 dolphinscheduler-ui-next/src/locales/modules/en_US.ts | 1 +
 dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dolphinscheduler-ui-next/src/locales/modules/en_US.ts b/dolphinscheduler-ui-next/src/locales/modules/en_US.ts
index 12d4bef..655fb2e 100644
--- a/dolphinscheduler-ui-next/src/locales/modules/en_US.ts
+++ b/dolphinscheduler-ui-next/src/locales/modules/en_US.ts
@@ -1070,6 +1070,7 @@ const security = {
     operation: 'Operation',
     edit_alarm_instance: 'Edit Alarm Instance',
     delete: 'Delete',
+    edit: 'Edit',
     delete_confirm: 'Delete?',
     confirm: 'Confirm',
     cancel: 'Cancel',
diff --git a/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts b/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts
index c38dcf2..d768287 100644
--- a/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts
+++ b/dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts
@@ -1057,6 +1057,7 @@ const security = {
     operation: '操作',
     edit_alarm_instance: '编辑告警实例',
     delete: '删除',
+    edit: '编辑',
     delete_confirm: '删除?',
     confirm: '确定',
     cancel: '取消',