fix: Display error when user tries to send too large file
This commit is contained in:
parent
4f9d588721
commit
aff10ab0ed
4 changed files with 18 additions and 3 deletions
|
|
@ -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."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue