diff options
author | Robin Appelman <robin@icewind.nl> | 2017-06-06 14:16:53 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2017-06-06 15:25:28 +0200 |
commit | 340fdc1e70241d7120a69a3c3fd773bc447df8df (patch) | |
tree | cff8f0c5f6c73c395767bc0163c6c30c193efd5a /settings/templates | |
parent | c092b33466d16b6e2119973315b07546c9deb035 (diff) | |
download | nextcloud-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/templates')
-rw-r--r-- | settings/templates/personal.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 12f291bd807..4fde9043ace 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -334,9 +334,9 @@ if($_['passwordChangeSupported']) { <?php }?> </div> -<div id="sessions" class="section"> - <h2><?php p($l->t('Sessions'));?></h2> - <p class="settings-hint hidden-when-empty"><?php p($l->t('Web, desktop and mobile clients currently logged in to your account.'));?></p> +<div id="security" class="section"> + <h2><?php p($l->t('Security'));?></h2> + <p class="settings-hint hidden-when-empty"><?php p($l->t('Web, desktop, mobile clients and app specific passwords that currently have access to your account.'));?></p> <table class="icon-loading"> <thead class="token-list-header"> <tr> |