CORD-1638 Rename ExampleTenant and drop obsolete references
Change-Id: Ia68efa15d84e536fd2f77aa3fea7ebabfd4a18c2
diff --git a/xos/attic/header.py b/xos/attic/header.py
index 17d1bf4..3ee13a7 100644
--- a/xos/attic/header.py
+++ b/xos/attic/header.py
@@ -23,5 +23,5 @@
SERVICE_NAME = 'exampleservice'
SERVICE_NAME_VERBOSE = 'Example Service'
SERVICE_NAME_VERBOSE_PLURAL = 'Example Services'
-TENANT_NAME_VERBOSE = 'Example Tenant'
-TENANT_NAME_VERBOSE_PLURAL = 'Example Tenants'
+SERVICE_INSTANCE_NAME_VERBOSE = 'Example Service Instance'
+SERVICE_INSTANCE_VERBOSE_PLURAL = 'Example Service Instances'