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",