diff --git a/resources/views/account/profile.blade.php b/resources/views/account/profile.blade.php index e26daa6bf2..71bad8c22b 100755 --- a/resources/views/account/profile.blade.php +++ b/resources/views/account/profile.blade.php @@ -87,7 +87,7 @@ {!! $errors->first('gravatar', ' :message') !!}

- {{ $user->present()->fullName() }} + {{ $user->present()->fullName() }} avatar image Change your avatar at Gravatar.com.

@@ -99,7 +99,7 @@
{{ Form::checkbox('avatar_delete') }} - + {{ $user->present()->fullName() }} avatar image {!! $errors->first('avatar_delete', ':message') !!}