diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index e3164eb5b98faa112bdd168df04638cafced471b..4f580e4128789ff99a65af196b2ba4e054803892 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>