Browse Source

修改建议变更。

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

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

@@ -247,7 +247,7 @@ var actionNameZH={
"14":"关闭了合并请求",
"15":"重新开启了合并请求",
"17":"从 {repoName} 删除分支 {deleteBranchName}",
"22":"拒绝了合并请求",
"22":"建议变更",
"23":"评论了合并请求"
};

@@ -265,7 +265,7 @@ var actionNameEN={
"14":" closed pull request",
"15":" reopened pull request",
"17":" deleted branch {deleteBranchName} from {repoName}",
"22":" rejected pull request",
"22":" proposed changes",
"23":" commented on pull request"
};



Loading…
Cancel
Save