From 7239e94092e068365ab113fa7589d1a67627f58b Mon Sep 17 00:00:00 2001 From: Yoland Yan <4950057+yoland68@users.noreply.github.com> Date: Sun, 13 Oct 2024 00:56:58 -0700 Subject: [PATCH] Mini lang (#1245) --- src/i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n.ts b/src/i18n.ts index a312dafdf6..8669eb3a61 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -146,7 +146,7 @@ const messages = { delete: '删除', rename: '重命名', customize: '定制', - experimental: '测试', + experimental: 'BETA', deprecated: '弃用', loadWorkflow: '加载工作流', goToNode: '前往节点',