提交 2022ae69 编写于 作者: R Riyad Preukschas

Clarify deletion messages

上级 6135eeaa
......@@ -54,7 +54,7 @@ class Event < ActiveRecord::Base
if project
project.name
else
"(deleted)"
"(deleted project)"
end
end
......
......@@ -70,7 +70,7 @@ module PushEvent
if new_ref?
"pushed new"
elsif rm_ref?
"removed"
"deleted"
else
"pushed to"
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册