From 26654f9f9f4c0d55be1c04776e052326882e7540 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Tue, 6 Mar 2018 20:13:50 +0300 Subject: [PATCH] Unbrand Personal security sessions message --- settings/templates/panels/personal/tokens.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/templates/panels/personal/tokens.php b/settings/templates/panels/personal/tokens.php index 81a62ab6850e..3b83576feb2c 100644 --- a/settings/templates/panels/personal/tokens.php +++ b/settings/templates/panels/personal/tokens.php @@ -6,7 +6,7 @@ ?>

t('Sessions'));?>

- t('These are the web, desktop and mobile clients currently logged in to your ownCloud.'));?> + t('These are the web, desktop and mobile clients currently logged in to your %s.', $theme->getName()));?>