diff --git a/includes/flag_abuse.views_default.inc b/includes/flag_abuse.views_default.inc
index 94ccabe..3d891dc 100644
--- a/includes/flag_abuse.views_default.inc
+++ b/includes/flag_abuse.views_default.inc
@@ -108,11 +108,11 @@ function _flag_abuse_views_default_abuse_comment(&$views, $flags) {
   $handler->display->display_options['empty']['text']['empty'] = FALSE;
   $handler->display->display_options['empty']['text']['content'] = 'No comments have been reported...';
   $handler->display->display_options['empty']['text']['format'] = 'plain_text';
-  /* Relationship: Flags: comment_abuse */
+  /* Relationship: Flags: abuse_comment */
   $handler->display->display_options['relationships']['flag_content_rel']['id'] = 'flag_content_rel';
   $handler->display->display_options['relationships']['flag_content_rel']['table'] = 'comment';
   $handler->display->display_options['relationships']['flag_content_rel']['field'] = 'flag_content_rel';
-  $handler->display->display_options['relationships']['flag_content_rel']['flag'] = 'comment_abuse';
+  $handler->display->display_options['relationships']['flag_content_rel']['flag'] = 'abuse_comment';
   $handler->display->display_options['relationships']['flag_content_rel']['user_scope'] = 'any';
   /* Relationship: Comment: Node */
   $handler->display->display_options['relationships']['nid']['id'] = 'nid';
