Update string on notification error (#7370)
This commit is contained in:
parent
19315c63c4
commit
68818d0048
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue