]> BookStack Code Mirror - bookstack/blobdiff - resources/views/books/create.blade.php
Updated issue template and added TinyMCE autolinking
[bookstack] / resources / views / books / create.blade.php
index 60f4f65bde588e3c00037bc65cd8fd315a92ca6d..2c629e699622053940849dc207121cb4a201b21d 100644 (file)
@@ -3,7 +3,7 @@
 @section('content')
 
 <div class="container small" ng-non-bindable>
-    <h1>Create New Book</h1>
+    <h1>{{ trans('entities.books_create') }}</h1>
     <form action="{{ baseUrl("/books") }}" method="POST">
         @include('books/form')
     </form>