Cleaning up application titles, descriptions and categories.

Change-Id: I80f9770697cbf29b6bde2b20778c341b0f403d9f
diff --git a/apps/cord-support/BUCK b/apps/cord-support/BUCK
index c39a4e4..3e08af2 100644
--- a/apps/cord-support/BUCK
+++ b/apps/cord-support/BUCK
@@ -14,14 +14,14 @@
   deps = COMPILE_DEPS,
   test_deps = TEST_DEPS,
   web_context = '/onos/cord-support',
-  api_title = 'CORD Support App',
+  api_title = 'CORD Support',
   api_version = '1.0',
   api_description = 'REST API for CORD inquiry to ONOS topology',
   api_package = 'org.onosproject.cordsupport',
 )
 
 onos_app (
-  title = 'CORD Support App',
+  title = 'CORD Support',
   category = 'Utility',
   url = 'http://onosproject.org',
   description = 'CORD Support application.',