summaryrefslogtreecommitdiffstats
path: root/settings/personal.php
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-06-06 14:16:53 +0200
committerRobin Appelman <robin@icewind.nl>2017-06-06 15:25:28 +0200
commit340fdc1e70241d7120a69a3c3fd773bc447df8df (patch)
treecff8f0c5f6c73c395767bc0163c6c30c193efd5a /settings/personal.php
parentc092b33466d16b6e2119973315b07546c9deb035 (diff)
downloadnextcloud-server-340fdc1e70241d7120a69a3c3fd773bc447df8df.tar.gz
nextcloud-server-340fdc1e70241d7120a69a3c3fd773bc447df8df.zip
reword sessions to security in personal settings
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'settings/personal.php')
-rw-r--r--settings/personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/personal.php b/settings/personal.php
index 5a6ff762088..fefd8392a10 100644
--- a/settings/personal.php
+++ b/settings/personal.php
@@ -231,7 +231,7 @@ $tmpl->assign('groups', $groups2);
// add hardcoded forms from the template
$formsAndMore = [];
$formsAndMore[]= ['anchor' => 'personal-settings', 'section-name' => $l->t('Personal info')];
-$formsAndMore[]= ['anchor' => 'sessions', 'section-name' => $l->t('Sessions')];
+$formsAndMore[]= ['anchor' => 'security', 'section-name' => $l->t('Security')];
$formsAndMore[]= ['anchor' => 'clientsbox', 'section-name' => $l->t('Sync clients')];
$forms=OC_App::getForms('personal');