diff options
author | Marius Blüm <marius@lineone.io> | 2018-05-07 10:49:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-07 10:49:30 +0200 |
commit | 6fea0ddffbf9eb2058d70f84509ab1bbd8a1f9c4 (patch) | |
tree | b92f9a8c9789027ae0d5a6b422832a88330e3195 /settings | |
parent | 5484260569bb608b2f57ddfb6f13f86e6d245e70 (diff) | |
download | nextcloud-server-6fea0ddffbf9eb2058d70f84509ab1bbd8a1f9c4.tar.gz nextcloud-server-6fea0ddffbf9eb2058d70f84509ab1bbd8a1f9c4.zip |
Rename "Security" to "Devices & sessions"
Signed-off-by: Marius Blüm <marius@lineone.io>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/settings/personal/security.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/settings/personal/security.php b/settings/templates/settings/personal/security.php index cf52315ff04..9b0d9b6e8d0 100644 --- a/settings/templates/settings/personal/security.php +++ b/settings/templates/settings/personal/security.php @@ -32,7 +32,7 @@ script('settings', [ <div id="security" class="section"> - <h2><?php p($l->t('Security'));?></h2> + <h2><?php p($l->t('Devices & 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> <table class="icon-loading"> <thead class="token-list-header"> |