Commit 0492964b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #5410 from Popl7/fix_max_size_shown_avatar_upload_profile

set maximum filesize for avatar on profile page correct
parents de46a5b6 1c70bd25
......@@ -63,7 +63,7 @@
 
%span.file_name.js-avatar-filename File name...
= f.file_field :avatar, class: "js-user-avatar-input hide"
%span.help-block The maximum file size allowed is 200KB.
%span.help-block The maximum file size allowed is 100KB.
.form-actions
= f.submit 'Save changes', class: "btn btn-save"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment