diff --git a/resources/views/profile/private.blade.php b/resources/views/profile/private.blade.php index dda823e33..8b04a4b40 100644 --- a/resources/views/profile/private.blade.php +++ b/resources/views/profile/private.blade.php @@ -8,11 +8,11 @@
-

+

{{__('profile.privateProfileWarning')}}

- @if(Auth::check()) + @if(!Auth::check())

{{ __('profile.alreadyFollow', ['username'=>$user->username])}}

{{__('Log in')}}

{{__('profile.loginToSeeProfile')}}