From 6fea0ddffbf9eb2058d70f84509ab1bbd8a1f9c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= <marius@lineone.io> Date: Mon, 7 May 2018 10:49:30 +0200 Subject: [PATCH] Rename "Security" to "Devices & sessions" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marius Blüm <marius@lineone.io> --- settings/templates/settings/personal/security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"> -- GitLab