Make naming convention consistent for services

Change-Id: Ia8b146191dfd218859e7bd858bb08b345b5d3aad
diff --git a/xos/vpgwc.xproto b/xos/vpgwc.xproto
index 4e88aa9..2af3b3e 100644
--- a/xos/vpgwc.xproto
+++ b/xos/vpgwc.xproto
@@ -1,17 +1,17 @@
 option name = "vPGWC";
-option verbose_name = "Virtual Packet Gateway -- Control";
+option verbose_name = "Virtual Packet Gateway -- Control Plane";
 option app_label = "vpgwc";
 option kind = "vEPC";
 option legacy = "True";
 
 message VPGWCService (Service) {
     option name = "VPGWCService";
-    option verbose_name = "Virtual Packet Gateway -- Control Service";
+    option verbose_name = "Virtual Packet Gateway -- Control Plane Service";
 }
 
 message VPGWCTenant (TenantWithContainer) {
     option name = "VPGWCTenant";
-    option verbose_name = "Virtual Packet Gateway -- Control Tenant";
+    option verbose_name = "Virtual Packet Gateway -- Control Plane Tenant";
     optional string display_message = 1 [db_index = False, max_length = 1024, null = True, blank = False, default = "New vPGWC Component"];
     optional string s5s8_pgw_tag = 2 [db_index = False, max_length = 1024, null = True, content = "stripped", blank = False, default = "300"];
     optional string image_name = 3 [db_index = False, max_length = 1024, null = True, content = "stripped", blank = False, default = "default"];