Skip to content
Snippets Groups Projects
Commit 66db0f31 authored by Robin Appelman's avatar Robin Appelman
Browse files

Change "recent activity" to "last activity"

parent eb341032
No related branches found
No related tags found
No related merge requests found
...@@ -172,7 +172,7 @@ if($_['passwordChangeSupported']) { ...@@ -172,7 +172,7 @@ if($_['passwordChangeSupported']) {
<thead class="token-list-header"> <thead class="token-list-header">
<tr> <tr>
<th><?php p($l->t('Device'));?></th> <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> <th></th>
</tr> </tr>
</thead> </thead>
...@@ -188,7 +188,7 @@ if($_['passwordChangeSupported']) { ...@@ -188,7 +188,7 @@ if($_['passwordChangeSupported']) {
<thead class="hidden-when-empty"> <thead class="hidden-when-empty">
<tr> <tr>
<th><?php p($l->t('Name'));?></th> <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> <th></th>
</tr> </tr>
</thead> </thead>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment