Skip to content

Commit 0a85921

Browse files
fix: text error
1 parent c3c53c1 commit 0a85921

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/src/locales/lang/zh-CN/views/application-workflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default {
7878
needConnect1: '节点的',
7979
needConnect2: '分支需要连接',
8080
cannotEndNode: '节点不能当做结束节点',
81-
loopNodeBreakNodeRequired: '无线循环 必须存在 Break 节点',
81+
loopNodeBreakNodeRequired: '无限循环 必须存在 Break 节点',
8282
},
8383
nodes: {
8484
classify: {

ui/src/locales/lang/zh-Hant/views/application-workflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default {
7676
needConnect1: '節點的',
7777
needConnect2: '分支需要連接',
7878
cannotEndNode: '節點不能當做結束節點',
79-
loopNodeBreakNodeRequired: '無線迴圈必須存在Break節點',
79+
loopNodeBreakNodeRequired: '無限循環必須存在Break節點',
8080
},
8181
nodes: {
8282
classify: {

0 commit comments

Comments
 (0)