diff --git a/app/views/profiles/show.html.haml b/app/views/profiles/show.html.haml index 2dce690c8ddbf79f8a9902415e1dec5ed91ccb2f..d382d2d70c439cb61af7788a9dfc86902b316866 100644 --- a/app/views/profiles/show.html.haml +++ b/app/views/profiles/show.html.haml @@ -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"