diff --git a/apps/settings/src/components/UserList.vue b/apps/settings/src/components/UserList.vue
index 4c2b8a3a4b008..498ccc279a3f8 100644
--- a/apps/settings/src/components/UserList.vue
+++ b/apps/settings/src/components/UserList.vue
@@ -8,20 +8,20 @@
+ :name="isInitialLoad && loading.users ? undefined : t('settings', 'No accounts')">
+ @scrollEnd="handleScrollEnd">
{{ t('settings', 'List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list.') }}
@@ -61,16 +61,22 @@
+ :filteredUsers="filteredUsers" />
-