From 31ee591986b5ae224d9430aca803e603d1a32682 Mon Sep 17 00:00:00 2001
From: Judah Anthony <judahanthony@economist.com>
Date: Tue, 1 Apr 2014 12:21:54 -0400
Subject: [PATCH] Make Help Topic singular

---
 include/class.topic.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class.topic.php b/include/class.topic.php
index 44257e049..18bda5a53 100644
--- a/include/class.topic.php
+++ b/include/class.topic.php
@@ -273,4 +273,4 @@ class Topic {
 }
 
 // Add fields from the standard ticket form to the ticket filterable fields
-Filter::addSupportedMatches('Help Topics', array('topicId' => 'Topic ID'));
+Filter::addSupportedMatches('Help Topic', array('topicId' => 'Topic ID'));
-- 
GitLab