From 80d41701cbc1f666908c4a27098e585dd51daa70 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come@opensides.be>
Date: Wed, 24 Oct 2018 14:46:54 +0000
Subject: [PATCH] Merge branch '5915-ou-should-be-labeled-unit-in-user-edition'
 into '1.4-dev'

Resolve ""ou" should be labeled "Unit" in user edition"

See merge request fusiondirectory/fd!433

(cherry picked from commit a90955eba217507a6e40a876cc9bf1c6abbe161a)

4e5e9139 :ambulance: fix(user) Renamed Department to Unit in user
---
 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 794811f23..c8da10f52 100644
--- a/plugins/personal/generic/class_user.inc
+++ b/plugins/personal/generic/class_user.inc
@@ -433,7 +433,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