MM-53945 : Server logs page shows incorrect message "No channels found" (#24281)

This commit is contained in:
AsisRout 2023-09-05 13:58:04 +05:30 committed by GitHub
parent 9f7521d003
commit 947f71ae74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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'
/>
);

View File

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