Merge pull request #4106 from br4yd/patch-1

Minor text change
This commit is contained in:
daniel 2023-01-31 00:18:17 -07:00 committed by GitHub
commit 880d4c5717
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ class BookmarkController extends Controller
abort_if( abort_if(
$profile->id !== $status->profile_id && !FollowerService::follows($profile->id, $status->profile_id), $profile->id !== $status->profile_id && !FollowerService::follows($profile->id, $status->profile_id),
404, 404,
'Error: Cannot bookmark private posts from accounts you do not follow.' 'Error: You cannot bookmark private posts from accounts you do not follow.'
); );
} }