Fix #1299, Fix #1346 implement proper file size limit for messages

This commit is contained in:
Kijin Sung 2023-11-06 08:26:01 +09:00
parent a647fff6b8
commit 7a659737cc
5 changed files with 11 additions and 1 deletions

View file

@ -48,3 +48,4 @@ $lang->alert_new_message_arrived = 'You have %d new message(s). Do you want to c
$lang->enable_communication_friend = 'Friend Enable';
$lang->enable_communication_message = 'Message Enable';
$lang->enable_attachment = 'Allow Attachment';
$lang->attachment_size_limit = 'Attachment Size Limit';