diff --git a/src/components/list/list.vue b/src/components/list/list.vue
index c092da339..19c52cf4b 100644
--- a/src/components/list/list.vue
+++ b/src/components/list/list.vue
@@ -52,10 +52,9 @@
-
diff --git a/src/components/settings_modal/admin_tabs/users_tab.scss b/src/components/settings_modal/admin_tabs/users_tab.scss
index d5c9b3ab5..141626cc5 100644
--- a/src/components/settings_modal/admin_tabs/users_tab.scss
+++ b/src/components/settings_modal/admin_tabs/users_tab.scss
@@ -1,5 +1,5 @@
.UsersTab {
- max-height: 100%;
+ height: 100%;
display: flex;
flex-direction: column;
padding: 0;
@@ -10,7 +10,7 @@
}
.splitter {
- max-height: 100%;
+ height: 100%;
display: flex;
overflow-y: hidden;
}
diff --git a/src/components/settings_modal/admin_tabs/users_tab.vue b/src/components/settings_modal/admin_tabs/users_tab.vue
index 4ac4cdd08..cb127b4ca 100644
--- a/src/components/settings_modal/admin_tabs/users_tab.vue
+++ b/src/components/settings_modal/admin_tabs/users_tab.vue
@@ -135,11 +135,8 @@
-
- loading
-
- no users
+ {{ $t('admin_dash.users.no_users_found')}}
diff --git a/src/i18n/en.json b/src/i18n/en.json
index 814ba2672..10ce5704b 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -1295,6 +1295,7 @@
"users": {
"title": "Users",
"local_id": "Local ID",
+ "no_users_found": "No users found",
"labels": {
"query": "Search",
"nickname": "{'@'}handle",