Commit 2022ae69 authored by Riyad Preukschas's avatar Riyad Preukschas

Clarify deletion messages

parent 6135eeaa
...@@ -54,7 +54,7 @@ class Event < ActiveRecord::Base ...@@ -54,7 +54,7 @@ class Event < ActiveRecord::Base
if project if project
project.name project.name
else else
"(deleted)" "(deleted project)"
end end
end end
......
...@@ -70,7 +70,7 @@ module PushEvent ...@@ -70,7 +70,7 @@ module PushEvent
if new_ref? if new_ref?
"pushed new" "pushed new"
elsif rm_ref? elsif rm_ref?
"removed" "deleted"
else else
"pushed to" "pushed to"
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment