Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop:
  Add the name to the translation
  Add the name to the translation
  • Loading branch information
nWidart committed Aug 26, 2015
2 parents 42af60b + 6a2d960 commit adfaa09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/views/admin/blocks/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
@section('shortcuts')
<dl class="dl-horizontal">
<dt><code>b</code></dt>
<dd>{{ trans('core::core.back to index') }}</dd>
<dd>{{ trans('core::core.back to index', ['name' => 'blocks']) }}</dd>
</dl>
@stop

Expand Down
2 changes: 1 addition & 1 deletion Resources/views/admin/blocks/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
@section('shortcuts')
<dl class="dl-horizontal">
<dt><code>b</code></dt>
<dd>{{ trans('core::core.back to index') }}</dd>
<dd>{{ trans('core::core.back to index', ['name' => 'blocks']) }}</dd>
</dl>
@stop

Expand Down

0 comments on commit adfaa09

Please sign in to comment.