Merge pull request #4106 from br4yd/patch-1

Minor text change
pull/4136/head
daniel 2023-01-31 00:18:17 -07:00 zatwierdzone przez GitHub
commit 880d4c5717
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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