X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/fd1a0dceb25b9b2a2707df754e9ff56b96de34b6..refs/pull/358/head:/resources/views/chapters/delete.blade.php
diff --git a/resources/views/chapters/delete.blade.php b/resources/views/chapters/delete.blade.php
index 094cb7058..bacb8dca3 100644
--- a/resources/views/chapters/delete.blade.php
+++ b/resources/views/chapters/delete.blade.php
@@ -2,22 +2,27 @@
@section('content')
-
-
Delete Chapter
-
This will delete the chapter with the name '{{$chapter->name}}', All pages will be removed
- and added directly to the book.
-
Are you sure you want to delete this chapter?
+
+
+
+
{{ trans('entities.chapters_delete') }}
+
{{ trans('entities.chapters_delete_explain', ['chapterName' => $chapter->name]) }}
+
{{ trans('entities.chapters_delete_confirm') }}
-
-@stop
-
-@section('bottom')
- @include('pages/image-manager')
@stop
\ No newline at end of file