diff --git a/app/views/accounts/details.blade.php b/app/views/accounts/details.blade.php index 839e718ae54f..c12273121c3c 100755 --- a/app/views/accounts/details.blade.php +++ b/app/views/accounts/details.blade.php @@ -29,7 +29,7 @@ {{ Former::text('name') }} {{ Former::text('work_email')->label('Email') }} {{ Former::text('work_phone')->label('Phone') }} - {{ Former::file('logo')->max(2, 'MB')->accept('image')->inlineHelp('Supported: JPEG, GIF and PNG. Recommnded size: 120px width, 80px height') }} + {{ Former::file('logo')->max(2, 'MB')->accept('image')->inlineHelp('Supported: JPEG, GIF and PNG. Recommended size: 120px width, 80px height') }} @if (file_exists($account->getLogoPath()))