Add verbose name for tenant
diff --git a/xos/helloworldservice_complete/models.py b/xos/helloworldservice_complete/models.py
index 0349e8f..8a4ce59 100644
--- a/xos/helloworldservice_complete/models.py
+++ b/xos/helloworldservice_complete/models.py
@@ -28,6 +28,7 @@
         # Same as a above, HelloWorldTenantComplete is represented as a
         # TenantWithContainer, but we change the python behavior.
         proxy = True
+        verbose_name = "Hello World Tenant"
 
     # The kind of the service is used on forms to differentiate this service
     # from the other services.