Skip to content

Commit 1b9aa8d

Browse files
Merge remote-tracking branch 'origin/main' into main
2 parents 861fabc + e472546 commit 1b9aa8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

web/src/apps/streamis/common/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const jobStatuses = [
2-
{ name: 'stoped', code: 7, icon: 'md-close-circle', color: '#990033' },
2+
{ name: 'stopped', code: 7, icon: 'md-close-circle', color: '#990033' },
33
{ name: 'failure', code: 6, icon: 'md-close-circle', color: '#990033' },
44
{ name: 'running', code: 5, color: '#008000' },
55
{ name: 'slowTask', code: 4, icon: 'md-help-circle', color: '#6666FF' },

web/src/apps/streamis/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"success": "Success",
2929
"uploaded" : "Uploaded",
3030
"all": "All",
31-
"stoped": "Stoped",
31+
"stopped": "Stopped",
3232
"unstarted": "Unstarted"
3333
},
3434
"formItems": {

web/src/apps/streamis/i18n/zh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"success": "已完成",
2828
"uploaded" : "已上传",
2929
"all": "全部",
30-
"stoped": "已停止",
30+
"stopped": "已停止",
3131
"unstarted": "未启动"
3232
},
3333
"formItems": {

0 commit comments

Comments
 (0)