summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_closed_by_box.html.haml
diff options
context:
space:
mode:
authorLarry Li <larryli@qq.com>2016-03-24 06:21:03 +0800
committerLarry Li <larryli@qq.com>2016-03-24 06:21:03 +0800
commitb0a44cb0c867b2eec84ba8bb4ac303d829848195 (patch)
tree70e71494ecbe50706ba756c54ac3d6e440dcd7ae /app/views/projects/issues/_closed_by_box.html.haml
parent3192db707183244bb21af382fe709c963ae96348 (diff)
downloadgitlab-ce-b0a44cb0c867b2eec84ba8bb4ac303d829848195.tar.gz
导入上一版本 8.5 汉化v8.6.0.zh0
Signed-off-by: Larry Li <larryli@qq.com>
Diffstat (limited to 'app/views/projects/issues/_closed_by_box.html.haml')
-rw-r--r--app/views/projects/issues/_closed_by_box.html.haml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/projects/issues/_closed_by_box.html.haml b/app/views/projects/issues/_closed_by_box.html.haml
index 38469ed4774..f5b7a9e25f2 100644
--- a/app/views/projects/issues/_closed_by_box.html.haml
+++ b/app/views/projects/issues/_closed_by_box.html.haml
@@ -1,4 +1,2 @@
.issue-closed-by-widget.second-block
- - pluralized_mr_this = merge_request_count > 1 ? "these" : "this"
- - pluralized_mr_is = merge_request_count > 1 ? "are" : "is"
- When #{pluralized_mr_this} merge #{"request".pluralize(merge_request_count)} #{pluralized_mr_is} accepted, this issue will be closed automatically.
+ 当合并请求被接受后,此问题将会被自动关闭。