From 4647bf72446d92c92cd0430fb5fa66bf5937c8bf Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 2 Sep 2018 22:24:55 -0600 Subject: [PATCH] Update follow request view --- resources/views/account/follow-requests.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/account/follow-requests.blade.php b/resources/views/account/follow-requests.blade.php index a6c4845e0..f8fd7bfc3 100644 --- a/resources/views/account/follow-requests.blade.php +++ b/resources/views/account/follow-requests.blade.php @@ -22,7 +22,7 @@ - {{$follow->follower->username}} {{__('wants to follow you')}} + {{$follow->follower->username}} {{__('wants to follow you')}} {{$follow->created_at->diffForHumans(null, true, true)}}