diff --git a/next-ui/src/fragments/fragment/user/Table.vue b/next-ui/src/fragments/fragment/user/Table.vue
index 124bfd0a..5253b7e5 100644
--- a/next-ui/src/fragments/fragment/user/Table.vue
+++ b/next-ui/src/fragments/fragment/user/Table.vue
@@ -57,7 +57,19 @@
- {{ $formatDate(value, { dateStyle: 'medium', timeStyle: 'short' }) }}
+ {{ $formatDate(value, { dateStyle: 'medium', timeStyle: 'short' }) }}
+
+ {{
+ $formatMessage({
+ description:
+ 'Shown in users table when there is no recent authentication activity for the user',
+ defaultMessage: 'No recent activity',
+ id: 'CvsH7/',
+ })
+ }}
+
@@ -188,6 +200,7 @@ watch(
getLatestActivity(user.id)
}
},
+ { immediate: true },
)
const messages = {