Display max filesize for profile image #1451

This commit is contained in:
Kijin Sung 2020-10-30 17:07:37 +09:00
parent b354d8af49
commit 921c318bb0
3 changed files with 13 additions and 1 deletions

View file

@ -17,6 +17,7 @@ $lang->allow_outlink_site = 'Allowed Websites';
$lang->allow_outlink_format = 'Allowed Formats';
$lang->allow_multimedia_direct_download = 'Allow Direct Link to Multimedia Attachments';
$lang->allowed_filesize = 'Maximum File Size';
$lang->allowed_filesize_exceeded = 'The file is too large. The maximum allowed filesize is %sMB.';
$lang->allowed_attach_size = 'Maximum Attachments';
$lang->allowed_filetypes = 'Allowed extentsions';
$lang->download_short_url = 'Use short URL';