mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-53945 : Server logs page shows incorrect message "No channels found" (#24281)
This commit is contained in:
parent
9f7521d003
commit
947f71ae74
@ -269,8 +269,8 @@ export default class LogList extends React.PureComponent<Props, State> {
|
||||
|
||||
const placeholderEmpty: JSX.Element = (
|
||||
<FormattedMessage
|
||||
id='admin.channel_settings.channel_list.no_channels_found'
|
||||
defaultMessage='No channels found'
|
||||
id='admin.channel_settings.channel_list.no_logs_found'
|
||||
defaultMessage='No logs found'
|
||||
/>
|
||||
);
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user