Browse Source

修正#1360

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1361/head
zouap 3 years ago
parent
commit
3fd596c390
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      public/home/home.js

+ 2
- 2
public/home/home.js View File

@@ -239,7 +239,7 @@ var actionNameZH={
"5":"推送了 {branch} 分支的代码到",
"6":"创建了任务",
"7":"创建了合并请求",
"9":"推送了 {branch} 分支的代码到",
"9":"推送了标签 {branch} 到",
"10":"评论了任务",
"11":"合并了合并请求",
"12":"关闭了任务",
@@ -257,7 +257,7 @@ var actionNameEN={
"5":" pushed to {branch} at",
"6":" opened issue",
"7":" created pull request",
"9":" pushed to {branch} at",
"9":" pushed tag {branch} to ",
"10":" commented on issue",
"11":" merged pull request",
"12":" closed issue",


Loading…
Cancel
Save