diff --git a/resources/views/dashboard/user/profile/displayprofile.blade.php b/resources/views/dashboard/user/profile/displayprofile.blade.php index 42f2fd9..a1a46ea 100755 --- a/resources/views/dashboard/user/profile/displayprofile.blade.php +++ b/resources/views/dashboard/user/profile/displayprofile.blade.php @@ -1,10 +1,10 @@ @extends('adminlte::page') -@section('title', config('app.name') . ' | ' . __('messages.profile.title', ['name' => $profile->user->name])) +@section('title', config('app.name') . ' | ' . __(":userNameValue's profile", ['userNameValue' => $profile->user->name])) @section('content_header') -
{{__('messages.profile.account_banned_exp')}}
+{{__('This user has been suspended by the admins. Admins suspend accounts for a variety of reasons, including spam.')}}
{{$suspensionInfo['reason']}}
@@ -36,16 +36,16 @@
@if (Auth::user()->hasRole('admin'))
- {{__('messages.profile.ban_confirm')}} {{__("Please confirm that you want to suspend this account. You'll need to add a reason and expiration date to confirm this.")}}