From 6e4d58e47710e1f462c4e1668806e1d9d7152666 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Sun, 12 Jan 2025 20:27:07 +0000 Subject: [PATCH 1/4] Update ProfileMenu.tsx --- src/view/com/profile/ProfileMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/com/profile/ProfileMenu.tsx b/src/view/com/profile/ProfileMenu.tsx index f01fb5e172..beb634b6fa 100644 --- a/src/view/com/profile/ProfileMenu.tsx +++ b/src/view/com/profile/ProfileMenu.tsx @@ -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} From 6cf84868c37a726a901a0f3f7ee33b9bf89ea119 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Sun, 12 Jan 2025 20:29:38 +0000 Subject: [PATCH 2/4] Update PostDropdownBtnMenuItems.tsx --- src/view/com/util/forms/PostDropdownBtnMenuItems.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/com/util/forms/PostDropdownBtnMenuItems.tsx b/src/view/com/util/forms/PostDropdownBtnMenuItems.tsx index 149bb9ad2f..eac3683458 100644 --- a/src/view/com/util/forms/PostDropdownBtnMenuItems.tsx +++ b/src/view/com/util/forms/PostDropdownBtnMenuItems.tsx @@ -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`)} From 356156275473e1207b640cef42869d99c23fd7f0 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Sun, 12 Jan 2025 20:31:05 +0000 Subject: [PATCH 3/4] Update ProfileList.tsx --- src/view/screens/ProfileList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/screens/ProfileList.tsx b/src/view/screens/ProfileList.tsx index 4558a907b0..fc341046d8 100644 --- a/src/view/screens/ProfileList.tsx +++ b/src/view/screens/ProfileList.tsx @@ -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`)} From e0251e82cbc38fc8ce79610e71f8f783b9295be5 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Sun, 12 Jan 2025 20:33:35 +0000 Subject: [PATCH 4/4] Update ModerationBlockedAccounts.tsx --- src/view/screens/ModerationBlockedAccounts.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/view/screens/ModerationBlockedAccounts.tsx b/src/view/screens/ModerationBlockedAccounts.tsx index c2f87c086e..5af98b0f04 100644 --- a/src/view/screens/ModerationBlockedAccounts.tsx +++ b/src/view/screens/ModerationBlockedAccounts.tsx @@ -110,9 +110,9 @@ export function ModerationBlockedAccounts({}: Props) { }, ]}> - 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. {isEmpty ? (