Skip to content

Commit

Permalink
Fixed typo in edit view
Browse files Browse the repository at this point in the history
  • Loading branch information
Flobbo authored and Flobbo committed Oct 1, 2018
1 parent 53b5a74 commit 03333cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
## Version History

### v. 2.5.14

- changed translation handler to allow deletion of translations when empty data is sent.

### v. 2.5.13

- fixed typo in index.stub (edit instead of destroy)
- fixed typo in edit view
- changed translation handler to allow deletion of translations when empty data is sent.

### v. 2.5.12

Expand Down
3 changes: 2 additions & 1 deletion src/resources/stubs/edit.stub
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
{{method_field('PUT')}}

<div class="panel-heading panel-default">
@lang('crud.create_headline')
<h3 class="panel-title"><!-- insert title here --></h3>
@lang('crud.edit_headline')
</div>

<div class="panel-body">
Expand Down

0 comments on commit 03333cf

Please sign in to comment.