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/js | |
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/js')
-rw-r--r-- | settings/js/authtoken_view.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/authtoken_view.js b/settings/js/authtoken_view.js index fd967b7fedb..a26981e632e 100644 --- a/settings/js/authtoken_view.js +++ b/settings/js/authtoken_view.js @@ -196,7 +196,7 @@ initialize: function (options) { this.collection = options.collection; - var el = '#sessions'; + var el = '#security'; this._view = new SubView({ el: el, collection: this.collection |