about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-03-06 19:38:23 +0900
committerGitHub <noreply@github.com>2024-03-06 19:38:23 +0900
commit0c6a82062f9c9c47338fe50f0ef37a1c068939c2 (patch)
treeaacb9ce700e0fe7dd8294b38dc6a5af62899c4e8
parent4a858bacd6033a443858d9c599b12adc6ea316c9 (diff)
downloadvoidsky-0c6a82062f9c9c47338fe50f0ef37a1c068939c2.tar.zst
Update src/view/screens/Settings/index.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
-rw-r--r--src/view/screens/Settings/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Settings/index.tsx b/src/view/screens/Settings/index.tsx
index f0d19e37c..2e2de1d80 100644
--- a/src/view/screens/Settings/index.tsx
+++ b/src/view/screens/Settings/index.tsx
@@ -532,7 +532,7 @@ export function SettingsScreen({}: Props) {
           onPress={openFollowingFeedPreferences}
           accessibilityRole="button"
           accessibilityLabel={_(msg`Following feed preferences`)}
-          accessibilityHint={_(msg`Opens the home feed preferences`)}>
+          accessibilityHint={_(msg`Opens the Following feed preferences`)}>
           <View style={[styles.iconContainer, pal.btn]}>
             <FontAwesomeIcon
               icon="sliders"