Commit 4e5e9139 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(user) Renamed Department to Unit in user

issue #5915
Showing with 1 addition and 1 deletion
+1 -1
...@@ -210,7 +210,7 @@ class user extends simplePlugin ...@@ -210,7 +210,7 @@ class user extends simplePlugin
'o', FALSE 'o', FALSE
), ),
new StringAttribute ( new StringAttribute (
_('Department'), _('Department to which the user belongs'), _('Unit'), _('Organizational unit this user belongs to'),
'ou', FALSE 'ou', FALSE
), ),
new StringAttribute ( new StringAttribute (
......
  • bmortier @bmortier

    mentioned in commit 80d41701

    By Côme Chilliet on 2019-01-16T10:47:04 (imported from GitLab)

    ·

    mentioned in commit 80d41701

    By Côme Chilliet on 2019-01-16T10:47:04 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in merge request !489

    By Côme Chilliet on 2019-01-16T10:47:06 (imported from GitLab)

    ·

    mentioned in merge request !489

    By Côme Chilliet on 2019-01-16T10:47:06 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment