Commit 315f14bf authored by Nicolas Widart's avatar Nicolas Widart

Fixing typo

parent b2f84c21
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
</div> </div>
<div class='form-group{{ $errors->has("description[{$lang}]") ? ' has-error' : '' }}'> <div class='form-group{{ $errors->has("description[{$lang}]") ? ' has-error' : '' }}'>
{!! Form::label("description[{$lang}]", trans('media.media.form.description')) !!} {!! Form::label("description[{$lang}]", trans('media::media.form.description')) !!}
{!! Form::textarea("description[{$lang}]", Input::old("description[{$lang}]", $file->translate($lang)->description), ['class' => 'form-control', 'placeholder' => trans('media::media.form.description')]) !!} {!! Form::textarea("description[{$lang}]", Input::old("description[{$lang}]", $file->translate($lang)->description), ['class' => 'form-control', 'placeholder' => trans('media::media.form.description')]) !!}
{!! $errors->first("description[{$lang}]", '<span class="help-block">:message</span>') !!} {!! $errors->first("description[{$lang}]", '<span class="help-block">:message</span>') !!}
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment