mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-03 19:00:46 +00:00
Minor text change
Just a minor text change. The user should be adressed by simply using "you". Otherwise a user could think it's an error that just happened randomly so they retry. By addressing them with "you" it can make this message a bit more clear.
This commit is contained in:
parent
b279e2aac0
commit
e3ed684f98
1 changed files with 1 additions and 1 deletions
|
@ -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.'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue