add request size limit notifications
This commit is contained in:
parent
9c99b112d5
commit
5233b4518f
8 changed files with 26 additions and 8 deletions
|
|
@ -14,7 +14,9 @@
|
|||
"dm.key.too.large": "DM key too large",
|
||||
"dm.key.not.found": "DM key not found",
|
||||
"dm.key.updated": "DM key updated successfully",
|
||||
"body.too.large": "Request too large",
|
||||
"body.too.large": "Request too large. Max limit is {0} MB",
|
||||
"message.too.long": "Message exceeds maximum allowed size ({0}).",
|
||||
"reaction.too.long": "Reaction exceeds maximum allowed size ({0}).",
|
||||
"invite.revoked": "Invite revoked successfully",
|
||||
"invite.declined": "Invite declined successfully",
|
||||
"account.creation.request.expired": "Account creation request expired. Try again",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue