Update string on notification error (#7370)

This commit is contained in:
Daniel Espino García 2023-05-23 17:34:31 +02:00 committed by GitHub
parent 19315c63c4
commit 68818d0048
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ export const notificationError = (intl: IntlShape, type: 'Team' | 'Channel' | 'C
case 'Connection':
message = intl.formatMessage({
id: 'notification.no_connection',
defaultMessage: 'The server is unreachable and we were not able to retrieve the notification channel / team.',
defaultMessage: 'The server is unreachable and it was not possible to retrieve the specific message information for the notification.',
});
break;
}

View file

@ -765,7 +765,7 @@
"notification_settings.threads_start": "Threads that I start",
"notification_settings.threads_start_participate": "Threads that I start or participate in",
"notification.message_not_found": "Message not found",
"notification.no_connection": "The server is unreachable and we were not able to retrieve the notification channel / team.",
"notification.no_connection": "The server is unreachable and it was not possible to retrieve the specific message information for the notification.",
"notification.no_post": "The message has not been found.",
"notification.not_channel_member": "This message belongs to a channel where you are not a member.",
"notification.not_team_member": "This message belongs to a team where you are not a member.",