diff options
author | Robin Appelman <icewind@owncloud.com> | 2016-07-20 14:25:03 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2016-07-20 14:25:03 +0200 |
commit | 66db0f3155d57e6ceb4865d06bea4d094ee104da (patch) | |
tree | 2605fbaaaf43ffe3ac676764da8bb348e60ab6db | |
parent | eb3410322ec8b94a7fa60e090d15a2fd879201fa (diff) | |
download | nextcloud-server-66db0f3155d57e6ceb4865d06bea4d094ee104da.tar.gz nextcloud-server-66db0f3155d57e6ceb4865d06bea4d094ee104da.zip |
Change "recent activity" to "last activity"
-rw-r--r-- | settings/templates/personal.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index e3164eb5b98..4f580e41287 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -172,7 +172,7 @@ if($_['passwordChangeSupported']) { <thead class="token-list-header"> <tr> <th><?php p($l->t('Device'));?></th> - <th><?php p($l->t('Recent activity'));?></th> + <th><?php p($l->t('Last activity'));?></th> <th></th> </tr> </thead> @@ -188,7 +188,7 @@ if($_['passwordChangeSupported']) { <thead class="hidden-when-empty"> <tr> <th><?php p($l->t('Name'));?></th> - <th><?php p($l->t('Recent activity'));?></th> + <th><?php p($l->t('Last activity'));?></th> <th></th> </tr> </thead> |