From 7e52f518a1140131e8c8c5ec055c42419409f89a Mon Sep 17 00:00:00 2001 From: Jonathan Swaelens <jonathan.swaelens@fusiondirectory.org> Date: Sat, 25 May 2024 20:58:36 +0200 Subject: [PATCH] :ambulance: fix(icon): Use user icon instead of contact Use user icon instead of contact Signed-off-by: Jonathan Swaelens <jonathan.swaelens@fusiondirectory.org> --- plugins/personal/generic/class_user.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/personal/generic/class_user.inc b/plugins/personal/generic/class_user.inc index e633565c3..68cd52544 100644 --- a/plugins/personal/generic/class_user.inc +++ b/plugins/personal/generic/class_user.inc @@ -117,7 +117,7 @@ class user extends simplePlugin ], 'contact' => [ 'name' => _('Organizational contact information'), - 'icon' => 'geticon.php?context=types&icon=contact&size=16', + 'icon' => 'geticon.php?context=types&icon=user&size=16', 'attrs' => [ new StringAttribute( _('Location'), _('Location'), @@ -183,7 +183,7 @@ class user extends simplePlugin ], 'homecontact' => [ 'name' => _('Personal contact information'), - 'icon' => 'geticon.php?context=types&icon=contact&size=16', + 'icon' => 'geticon.php?context=types&icon=user&size=16', 'attrs' => [ new StringAttribute( _('Display name'), _('Name this user should appear as. Used by Exchange.'), -- GitLab