]> BookStack Code Mirror - bookstack/blobdiff - resources/views/chapters/edit.blade.php
Fixes typo causing the message not to be displayed
[bookstack] / resources / views / chapters / edit.blade.php
index 0363da96d7817fc777641eb2380d27694cf7ca19..272543e67f9a6a6a8892c403fbf0af94fea9ddcc 100644 (file)
@@ -3,7 +3,7 @@
 @section('content')
 
     <div class="container small" ng-non-bindable>
-        <h1>Edit Chapter</h1>
+        <h1>{{ trans('entities.chapters_edit') }}</h1>
         <form action="{{  $chapter->getUrl() }}" method="POST">
             <input type="hidden" name="_method" value="PUT">
             @include('chapters/form', ['model' => $chapter])