From 84ed10a5e255caa9f5d27c8e74385e8898efbb83 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Sun, 18 Feb 2024 23:51:26 +0000 Subject: [PATCH 1/9] Clarify accessibilityHint in Settings --- src/view/screens/Settings/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/screens/Settings/index.tsx b/src/view/screens/Settings/index.tsx index 9abf0f2bda..83109890f7 100644 --- a/src/view/screens/Settings/index.tsx +++ b/src/view/screens/Settings/index.tsx @@ -694,7 +694,7 @@ export function SettingsScreen({}: Props) { onPress={isSwitchingAccounts ? undefined : onPressChangeHandle} accessibilityRole="button" accessibilityLabel={_(msg`Change handle`)} - accessibilityHint={_(msg`Choose a new Bluesky username or create`)}> + accessibilityHint={_(msg`Opens modal to choose a new Bluesky handle`)}> Date: Sun, 18 Feb 2024 23:55:39 +0000 Subject: [PATCH 2/9] Fix typo in ModerationMutedAccounts.tsx --- src/view/screens/ModerationMutedAccounts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/screens/ModerationMutedAccounts.tsx b/src/view/screens/ModerationMutedAccounts.tsx index 1aff19dd3b..397739feea 100644 --- a/src/view/screens/ModerationMutedAccounts.tsx +++ b/src/view/screens/ModerationMutedAccounts.tsx @@ -130,7 +130,7 @@ export function ModerationMutedAccounts({}: Props) { You have not muted any accounts yet. To mute an account, go to - their profile and selected "Mute account" from the menu on + their profile and select "Mute account" from the menu on their account. From 161a900664051a32165756a55b83522dbc3e5dd1 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Sun, 18 Feb 2024 23:56:17 +0000 Subject: [PATCH 3/9] Fix typo in ModerationBlockedAccounts.tsx --- src/view/screens/ModerationBlockedAccounts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/screens/ModerationBlockedAccounts.tsx b/src/view/screens/ModerationBlockedAccounts.tsx index 09d77987f9..eb3b270488 100644 --- a/src/view/screens/ModerationBlockedAccounts.tsx +++ b/src/view/screens/ModerationBlockedAccounts.tsx @@ -131,7 +131,7 @@ export function ModerationBlockedAccounts({}: Props) { You have not blocked any accounts yet. To block an account, go - to their profile and selected "Block account" from the menu on + to their profile and select "Block account" from the menu on their account. From a3196d2823abe6e55543940a7c2234270ed9f1a1 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Mon, 19 Feb 2024 00:11:37 +0000 Subject: [PATCH 4/9] fix lint error in ModerationMutedAccounts.tsx --- src/view/screens/ModerationMutedAccounts.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/screens/ModerationMutedAccounts.tsx b/src/view/screens/ModerationMutedAccounts.tsx index 397739feea..692f67574b 100644 --- a/src/view/screens/ModerationMutedAccounts.tsx +++ b/src/view/screens/ModerationMutedAccounts.tsx @@ -130,8 +130,8 @@ export function ModerationMutedAccounts({}: Props) { You have not muted any accounts yet. To mute an account, go to - their profile and select "Mute account" from the menu on - their account. + their profile and select "Mute account" from the menu on their + account. From ec21d1e5813af940302d7e63521199eb16626b73 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Mon, 19 Feb 2024 00:15:44 +0000 Subject: [PATCH 5/9] try again --- src/view/screens/ModerationMutedAccounts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/screens/ModerationMutedAccounts.tsx b/src/view/screens/ModerationMutedAccounts.tsx index 692f67574b..911ace7782 100644 --- a/src/view/screens/ModerationMutedAccounts.tsx +++ b/src/view/screens/ModerationMutedAccounts.tsx @@ -130,7 +130,7 @@ export function ModerationMutedAccounts({}: Props) { You have not muted any accounts yet. To mute an account, go to - their profile and select "Mute account" from the menu on their + their profile and select "Mute account" from the menu on their account. From 6a3c7940b5858e131ad3958fab63cef2964d6d40 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Mon, 19 Feb 2024 00:20:19 +0000 Subject: [PATCH 6/9] fix lint error in index.tsx --- src/view/screens/Settings/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/view/screens/Settings/index.tsx b/src/view/screens/Settings/index.tsx index 83109890f7..997a94d2f8 100644 --- a/src/view/screens/Settings/index.tsx +++ b/src/view/screens/Settings/index.tsx @@ -694,7 +694,9 @@ export function SettingsScreen({}: Props) { onPress={isSwitchingAccounts ? undefined : onPressChangeHandle} accessibilityRole="button" accessibilityLabel={_(msg`Change handle`)} - accessibilityHint={_(msg`Opens modal to choose a new Bluesky handle`)}> + accessibilityHint={_( + msg`Opens modal to choose a new Bluesky handle` + )}> Date: Mon, 19 Feb 2024 00:25:32 +0000 Subject: [PATCH 7/9] try again --- src/view/screens/Settings/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/screens/Settings/index.tsx b/src/view/screens/Settings/index.tsx index 997a94d2f8..72558e4e90 100644 --- a/src/view/screens/Settings/index.tsx +++ b/src/view/screens/Settings/index.tsx @@ -695,7 +695,7 @@ export function SettingsScreen({}: Props) { accessibilityRole="button" accessibilityLabel={_(msg`Change handle`)} accessibilityHint={_( - msg`Opens modal to choose a new Bluesky handle` + msg`Opens modal to choose a new Bluesky handle`, )}> Date: Fri, 23 Feb 2024 16:52:46 +0000 Subject: [PATCH 8/9] Update index.tsx --- src/view/screens/Settings/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/screens/Settings/index.tsx b/src/view/screens/Settings/index.tsx index b2de11a46e..d24b46894a 100644 --- a/src/view/screens/Settings/index.tsx +++ b/src/view/screens/Settings/index.tsx @@ -754,7 +754,7 @@ export function SettingsScreen({}: Props) { accessibilityRole="button" accessibilityLabel={_(msg`Export my data`)} accessibilityHint={_( - msg`Download Bluesky account data (repository)`, + msg`Opens modal for downloading your Bluesky account data (repository)`, )}> Date: Wed, 6 Mar 2024 09:58:51 +0000 Subject: [PATCH 9/9] Update index.tsx --- src/view/screens/Settings/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/screens/Settings/index.tsx b/src/view/screens/Settings/index.tsx index d24b46894a..1769e356c2 100644 --- a/src/view/screens/Settings/index.tsx +++ b/src/view/screens/Settings/index.tsx @@ -695,7 +695,7 @@ export function SettingsScreen({}: Props) { accessibilityRole="button" accessibilityLabel={_(msg`Change handle`)} accessibilityHint={_( - msg`Opens modal to choose a new Bluesky handle`, + msg`Opens modal for choosing a new Bluesky handle`, )}>