mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
Improve error messages around draft attachments
This commit is contained in:
@@ -646,7 +646,7 @@ static NSString *userAgent = nil;
|
||||
if (!message)
|
||||
{
|
||||
error = [NSException exceptionWithHTTPStatus: 500 /* Server Error */
|
||||
reason: @"message too big"];
|
||||
reason: @"Message is too big"];
|
||||
return error;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user