From 947f71ae745f6babbbb7708576871e8d86bf2f61 Mon Sep 17 00:00:00 2001 From: AsisRout Date: Tue, 5 Sep 2023 13:58:04 +0530 Subject: [PATCH] MM-53945 : Server logs page shows incorrect message "No channels found" (#24281) --- .../src/components/admin_console/server_logs/log_list.tsx | 4 ++-- webapp/channels/src/i18n/en.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/webapp/channels/src/components/admin_console/server_logs/log_list.tsx b/webapp/channels/src/components/admin_console/server_logs/log_list.tsx index ce8fa09e16..fc72032db9 100644 --- a/webapp/channels/src/components/admin_console/server_logs/log_list.tsx +++ b/webapp/channels/src/components/admin_console/server_logs/log_list.tsx @@ -269,8 +269,8 @@ export default class LogList extends React.PureComponent { const placeholderEmpty: JSX.Element = ( ); diff --git a/webapp/channels/src/i18n/en.json b/webapp/channels/src/i18n/en.json index 4dbe30c0b0..2facf55169 100644 --- a/webapp/channels/src/i18n/en.json +++ b/webapp/channels/src/i18n/en.json @@ -489,6 +489,7 @@ "admin.channel_settings.channel_list.managementHeader": "Management", "admin.channel_settings.channel_list.nameHeader": "Name", "admin.channel_settings.channel_list.no_channels_found": "No channels found", + "admin.channel_settings.channel_list.no_logs_found": "No logs found", "admin.channel_settings.channel_list.search_channels_errored": "Something went wrong. Try again", "admin.channel_settings.channel_list.teamHeader": "Team", "admin.channel_settings.channel_moderation.channelMentions": "Channel Mentions",