mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Clean up ahead of PR.
This commit is contained in:
parent
b62d6900da
commit
56b91ddebb
1 changed files with 3 additions and 0 deletions
|
@ -136,6 +136,9 @@
|
|||
/* Attachment error message for image attachments in which metadata could not be removed */
|
||||
"ATTACHMENT_ERROR_COULD_NOT_REMOVE_METADATA" = "Unable to remove metadata from image.";
|
||||
|
||||
/* Attachment error message for image attachments which could not be resized */
|
||||
"ATTACHMENT_ERROR_COULD_NOT_RESIZE_IMAGE" = "Could not resize image.";
|
||||
|
||||
/* Attachment error message for attachments whose data exceed file size limits */
|
||||
"ATTACHMENT_ERROR_FILE_SIZE_TOO_LARGE" = "Attachment is too large.";
|
||||
|
||||
|
|
Loading…
Reference in a new issue