]> BookStack Code Mirror - bookstack/blobdiff - resources/views/chapters/create.blade.php
Fixes typo causing the message not to be displayed
[bookstack] / resources / views / chapters / create.blade.php
index b81cb15d7956054971fd7e32f307d8a7ad50837f..afdbfa99d058c8fd5ee2cca2f3f9377552d7d712 100644 (file)
@@ -3,7 +3,7 @@
 @section('content')
 
     <div class="container small" ng-non-bindable>
-        <h1>Create New Chapter</h1>
+        <h1>{{ trans('entities.chapters_create') }}</h1>
         <form action="{{ $book->getUrl('/chapter/create') }}" method="POST">
             @include('chapters/form')
         </form>