From 8316279a222bae12907460359b616840bcea2ee2 Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Tue, 13 May 2014 14:48:33 +0000
Subject: [PATCH] Change initial group names

This is necessary to avoid the confusion caused by group names like
"Managers" and "Staff".
---
 include/i18n/en_US/group.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/i18n/en_US/group.yaml b/include/i18n/en_US/group.yaml
index 019aa75ef..bc65037e1 100644
--- a/include/i18n/en_US/group.yaml
+++ b/include/i18n/en_US/group.yaml
@@ -33,7 +33,7 @@
 # the initial staff member -- the administrator.
 ---
 - isactive: 1
-  name: Overseers
+  name: Lion Tamers
   notes: |
     System overlords. These folks (initially) have full control to all the
     departments they have access to.
@@ -51,7 +51,7 @@
   depts: [1, 2, 3]
 
 - isactive: 1
-  name: Managers
+  name: Elephant Walkers
   notes: |
     Inhabitants of the ivory tower
   can_create_tickets: 1
@@ -68,7 +68,7 @@
   depts: [1, 2, 3]
 
 - isactive: 1
-  name: Staff
+  name: Flea Trainers
   notes: |
     Lowly staff members
   can_create_tickets: 1
-- 
GitLab