diff options
author | MTRichards <matt@owncloud.com> | 2016-05-31 09:58:02 -0400 |
---|---|---|
committer | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-05-31 15:58:02 +0200 |
commit | 397da7620e3759b6c4802f0b8e941fe5f04ae0c4 (patch) | |
tree | 29795a28e00bd9f63156341727ceb700617e0b62 /settings | |
parent | 2b111b217c465ebf27f870140a2cdb6ea85f8180 (diff) | |
download | nextcloud-server-397da7620e3759b6c4802f0b8e941fe5f04ae0c4.tar.gz nextcloud-server-397da7620e3759b6c4802f0b8e941fe5f04ae0c4.zip |
Update personal.php (#24923)
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index dcc83b3e99e..ced76fc3bf6 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -141,7 +141,7 @@ if($_['passwordChangeSupported']) { <div id="sessions" class="section"> <h2><?php p($l->t('Sessions'));?></h2> - <span class="hidden-when-empty"><?php p($l->t('These are the web browsers currently logged in to your ownCloud.'));?></span> + <span class="hidden-when-empty"><?php p($l->t('These are the web, desktop and mobile clients currently logged in to your ownCloud.'));?></span> <table> <thead class="token-list-header"> <tr> |