fix: Display error when user tries to send too large file

This commit is contained in:
Christian Pauly 2023-02-13 15:38:08 +01:00
commit aff10ab0ed
4 changed files with 18 additions and 3 deletions

View file

@ -2518,5 +2518,6 @@
"enterInviteLinkOrMatrixId": "Enter invite link or Matrix ID...",
"reopenChat": "Reopen chat",
"noBackupWarning": "Warning! Without enabling chat backup, you will lose access to your encrypted messages. It is highly recommended to enable the chat backup first before logging out.",
"noOtherDevicesFound": "No other devices found"
"noOtherDevicesFound": "No other devices found",
"fileIsTooBigForServer": "The server reports that the file is too large to be sent."
}