diff options
author | Joas Schilling <coding@schilljs.com> | 2017-06-07 10:11:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-07 10:11:08 +0200 |
commit | 3678be045ee03af574875952f071704a6a4c6000 (patch) | |
tree | 8bb3b92ac5e587963b39c445d9dfb3fafa4ea55f /settings/templates/personal.php | |
parent | a3c5d43cd562c3799cc820e8c0d882e8dad4690b (diff) | |
parent | 340fdc1e70241d7120a69a3c3fd773bc447df8df (diff) | |
download | nextcloud-server-3678be045ee03af574875952f071704a6a4c6000.tar.gz nextcloud-server-3678be045ee03af574875952f071704a6a4c6000.zip |
Merge pull request #5267 from nextcloud/personal-sessions-renamwe
reword sessions to security in personal settings
Diffstat (limited to 'settings/templates/personal.php')
-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 d3d45910af5..5dc6abf2b38 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -336,9 +336,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> |