From 0b071b77b29bf35359c42275b2737689c99a3460 Mon Sep 17 00:00:00 2001 From: Sol Fisher Romanoff Date: Sun, 13 Nov 2022 22:50:09 +0200 Subject: [PATCH] Add message if no results found --- src/components/mod_modal/tabs/users_tab/users_tab.vue | 3 +++ src/i18n/en.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/mod_modal/tabs/users_tab/users_tab.vue b/src/components/mod_modal/tabs/users_tab/users_tab.vue index cd3d77b6..1768cd24 100644 --- a/src/components/mod_modal/tabs/users_tab/users_tab.vue +++ b/src/components/mod_modal/tabs/users_tab/users_tab.vue @@ -161,6 +161,9 @@
+
+

{{ $t('moderation.users.no_results') }}

+