diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-11-25 13:46:45 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-11-27 21:06:14 +0100 |
commit | e18397284bb9d693f04c4483f4a05fe17fa6bcb2 (patch) | |
tree | b4a9bb0efe502644f760bcd0fce03c172a91aa7b /lib/private/Settings | |
parent | 0532f8116da1ed92b973c8842c4d18f084255820 (diff) | |
download | nextcloud-server-e18397284bb9d693f04c4483f4a05fe17fa6bcb2.tar.gz nextcloud-server-e18397284bb9d693f04c4483f4a05fe17fa6bcb2.zip |
Use person icon for personal settings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/private/Settings')
-rw-r--r-- | lib/private/Settings/Manager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Settings/Manager.php b/lib/private/Settings/Manager.php index a5ffa9e0f1e..1205cb81525 100644 --- a/lib/private/Settings/Manager.php +++ b/lib/private/Settings/Manager.php @@ -348,7 +348,7 @@ class Manager implements IManager { } $sections = [ - 0 => [new Section('personal-info', $this->l->t('Personal info'), 0, $this->url->imagePath('core', 'actions/info.svg'))], + 0 => [new Section('personal-info', $this->l->t('Personal info'), 0, $this->url->imagePath('core', 'actions/user.svg'))], 5 => [new Section('security', $this->l->t('Security'), 0, $this->url->imagePath('settings', 'password.svg'))], 15 => [new Section('sync-clients', $this->l->t('Mobile & desktop'), 0, $this->url->imagePath('core', 'clients/phone.svg'))], ]; |