summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-05-26 11:18:47 +0200
committerGitHub <noreply@github.com>2018-05-26 11:18:47 +0200
commita27e2bfcfdc0267c23da7fdcaddda46d298d42af (patch)
tree7b8ba1b9e4d657bbe0a1f19215be3f5b58e17771 /lib
parentf0fdac807851823cb7aa29fcedfdd7de8b2733d8 (diff)
parent441cedf1df43d6fda0acc58abc52701ad57d53bc (diff)
downloadnextcloud-server-a27e2bfcfdc0267c23da7fdcaddda46d298d42af.tar.gz
nextcloud-server-a27e2bfcfdc0267c23da7fdcaddda46d298d42af.zip
Merge pull request #9585 from nextcloud/feature/noid/rename-syncclients
Rename sync clients section to mobile & desktop
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Settings/Manager.php2
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');