From 4e5e9139e7a0a5dab5a9db79f343c66da23948ff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come@opensides.be>
Date: Wed, 24 Oct 2018 16:37:44 +0200
Subject: [PATCH] :ambulance: fix(user) Renamed Department to Unit in user

issue #5915
---
 plugins/personal/generic/class_user.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/personal/generic/class_user.inc b/plugins/personal/generic/class_user.inc
index 1a44faa4f..254d762c2 100644
--- a/plugins/personal/generic/class_user.inc
+++ b/plugins/personal/generic/class_user.inc
@@ -210,7 +210,7 @@ class user extends simplePlugin
             'o', FALSE
           ),
           new StringAttribute (
-            _('Department'), _('Department to which the user belongs'),
+            _('Unit'), _('Organizational unit this user belongs to'),
             'ou', FALSE
           ),
           new StringAttribute (
-- 
GitLab