diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-05-24 15:06:28 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-05-24 15:06:28 +0200 |
commit | e1af2f47662cc1655bfbbdf741df5a2d2532015f (patch) | |
tree | 58e62894c6514940c572e7935a1d7032de17c806 /lib | |
parent | fd4a7bf72a0c8a69325b1d63e6983021ac6651f8 (diff) | |
download | nextcloud-server-e1af2f47662cc1655bfbbdf741df5a2d2532015f.tar.gz nextcloud-server-e1af2f47662cc1655bfbbdf741df5a2d2532015f.zip |
Rename sync clients section to mobile & desktop
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib')
-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 becc670c6f9..d8130ed6b5b 100644 --- a/lib/private/Settings/Manager.php +++ b/lib/private/Settings/Manager.php @@ -350,7 +350,7 @@ class Manager implements IManager { $sections = [ 0 => [new Section('personal-info', $this->l->t('Personal info'), 0, $this->url->imagePath('core', 'actions/info.svg'))], 5 => [new Section('security', $this->l->t('Security'), 0, $this->url->imagePath('settings', 'password.svg'))], - 15 => [new Section('sync-clients', $this->l->t('Sync clients'), 0, $this->url->imagePath('settings', 'change.svg'))], + 15 => [new Section('sync-clients', $this->l->t('Mobile & desktop'), 0, $this->url->imagePath('core', 'clients/phone.svg'))], ]; $legacyForms = \OC_App::getForms('personal'); |