From 8d06758734ef1dcae5dfa88aca6df5f9cd0be447 Mon Sep 17 00:00:00 2001 From: Topsitemakers Date: Mon, 17 Mar 2014 18:38:19 +0100 Subject: [PATCH] fixing typo: Recommnded to Recommended --- app/views/accounts/details.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()))