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

Commit 3aa6886

Browse files
authored
chore: updated file upload message error (#49)
1 parent 6b7a36c commit 3aa6886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lang/en/forms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
'upload-avatar' => [
4949
'upload_avatar' => 'Upload Avatar',
5050
'delete_avatar' => 'Delete Avatar',
51-
'upload_error' => 'Uploading error. Image size may not be greater than 2048 kilobytes and must be of type jpeg, png or svg.',
51+
'upload_error' => 'Failed to upload image. Image size cannot be greater than 2MB and must be of type jpeg, png or svg.',
5252
],
5353
];

0 commit comments

Comments
 (0)