Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test #40

Closed
wants to merge 4 commits into from
Closed

Test #40

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/view/com/profile/ProfileMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ let ProfileMenu = ({
msg`Blocking will not prevent labels from being applied on your account, but it will stop this account from replying in your threads or interacting with you.`,
)
: _(
msg`Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you.`,
msg`Blocked accounts will be prevented from seeing your content and they cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content. The accounts that you have blocked are publicly available information. Bluesky does not provide a way for others to view in the app who you have blocked, however third-party services may do so. Learn more.`,
)
}
onConfirm={blockAccount}
Expand Down
2 changes: 1 addition & 1 deletion src/view/com/util/forms/PostDropdownBtnMenuItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ let PostDropdownMenuItems = ({
control={blockPromptControl}
title={_(msg`Block Account?`)}
description={_(
msg`Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you.`,
msg`Blocked accounts will be prevented from seeing your content and they cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content. The accounts that you have blocked are publicly available information. Bluesky does not provide a way for others to view in the app who you have blocked, however third-party services may do so. Learn more.`,
)}
onConfirm={onBlockAuthor}
confirmButtonCta={_(msg`Block`)}
Expand Down
6 changes: 3 additions & 3 deletions src/view/screens/ModerationBlockedAccounts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ export function ModerationBlockedAccounts({}: Props) {
},
]}>
<Trans>
Blocked accounts cannot reply in your threads, mention you, or
otherwise interact with you. You will not see their content and they
will be prevented from seeing yours.
Blocked accounts will be prevented from seeing your content and they
cannot reply in your threads, mention you, or otherwise interact
with you. You will not see their content.
</Trans>
</Text>
{isEmpty ? (
Expand Down
2 changes: 1 addition & 1 deletion src/view/screens/ProfileList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ function Header({
control={subscribeBlockPromptControl}
title={_(msg`Block these accounts?`)}
description={_(
msg`Blocking is public. Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you.`,
msg`Blocked accounts will be prevented from seeing your content and they cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content. The accounts that you have blocked are publicly available information. Bluesky does not provide a way for others to view in the app who you have blocked, however third-party services may do so. Learn more.`,
)}
onConfirm={onSubscribeBlock}
confirmButtonCta={_(msg`Block list`)}
Expand Down
Loading