fix: display error if attachments exceed limit (#666)

This commit is contained in:
Shane H 2022-12-31 04:02:55 -05:00 committed by GitHub
parent 53fc28bf61
commit 4713db9adc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 8 deletions

View file

@ -260,6 +260,7 @@
}
},
"state": {
"attachments_exceed_server_limit": "The number of attachments exceeded the limit per post.",
"edited": "(Edited)",
"editing": "Editing",
"loading": "Loading...",

View file

@ -260,6 +260,7 @@
}
},
"state": {
"attachments_exceed_server_limit": "The number of attachments exceeded the limit per post.",
"edited": "(Edited)",
"editing": "Editing",
"loading": "Loading...",