Delete User
-This will fully delete this user with the name '{{$user->name}}' from the system.
-Are you sure you want to delete this user?
+X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/fc50a1400d97933e350e32ee32976fddfc0df840..refs/pull/2336/head:/resources/views/users/delete.blade.php diff --git a/resources/views/users/delete.blade.php b/resources/views/users/delete.blade.php index 279fbdb30..d3349c2f3 100644 --- a/resources/views/users/delete.blade.php +++ b/resources/views/users/delete.blade.php @@ -1,22 +1,30 @@ -@extends('base') +@extends('simple-layout') -@section('content') +@section('body') +
This will fully delete this user with the name '{{$user->name}}' from the system.
-Are you sure you want to delete this user?
+{{ trans('settings.users_delete_warning', ['userName' => $user->name]) }}
+ +{{ trans('settings.users_delete_confirm') }}
+