From 8aa629fc56d546ea3f6ca366e823f85c7ab6b610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Bustos?= Date: Tue, 1 May 2018 12:29:45 -0300 Subject: [PATCH] Grammar Error corrected string --- resources/views/layouts/default/profile/fields.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/layouts/default/profile/fields.blade.php b/resources/views/layouts/default/profile/fields.blade.php index b9de7ed3..25b17280 100644 --- a/resources/views/layouts/default/profile/fields.blade.php +++ b/resources/views/layouts/default/profile/fields.blade.php @@ -97,7 +97,7 @@
{{ Form::file('avatar', null) }}
-

This avatar will be rezise to {{ config('phpvms.avatar.width'). ' x '. config('phpvms.avatar.height') }}

+

This avatar will be resized to {{ config('phpvms.avatar.width'). ' x '. config('phpvms.avatar.height') }}

@if ($errors->has('avatar'))

{{ $errors->first('avatar') }}

@endif