Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
chore: updated file upload message error (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Highjhacker authored Feb 3, 2021
1 parent 6b7a36c commit 3aa6886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lang/en/forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
'upload-avatar' => [
'upload_avatar' => 'Upload Avatar',
'delete_avatar' => 'Delete Avatar',
'upload_error' => 'Uploading error. Image size may not be greater than 2048 kilobytes and must be of type jpeg, png or svg.',
'upload_error' => 'Failed to upload image. Image size cannot be greater than 2MB and must be of type jpeg, png or svg.',
],
];

0 comments on commit 3aa6886

Please sign in to comment.