X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/fff5bbcee458992443e3732fbcbbbe34f765fcc3..refs/pull/3693/head:/resources/views/chapters/delete.blade.php diff --git a/resources/views/chapters/delete.blade.php b/resources/views/chapters/delete.blade.php index e9573f228..e0e774ddf 100644 --- a/resources/views/chapters/delete.blade.php +++ b/resources/views/chapters/delete.blade.php @@ -1,19 +1,36 @@ -@extends('base') - -@section('content') - -
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?
- - +@extends('layouts.simple') + +@section('body') + +{{ trans('entities.chapters_delete_explain', ['chapterName' => $chapter->name]) }}
+{{ trans('entities.chapters_delete_confirm') }}
+ + +