diff --git a/views/_news_actions.erb b/views/_news_actions.erb
index f2fcdfa4..e13d7109 100644
--- a/views/_news_actions.erb
+++ b/views/_news_actions.erb
@@ -8,7 +8,13 @@
<% end %>
<% end %>
<% if current_site %>
- Reply
+
+ <% if event.profile_comment_id %>
+ Reply
+ <% else %>
+ Comment
+ <% end %>
+
<% if event.profile_comment_id && event.created_by?(current_site) %>
Edit
<% end %>