diff options
Diffstat (limited to 'src/components/ProgressGuide/FollowDialog.tsx')
-rw-r--r-- | src/components/ProgressGuide/FollowDialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ProgressGuide/FollowDialog.tsx b/src/components/ProgressGuide/FollowDialog.tsx index 288dcfe24..006f86574 100644 --- a/src/components/ProgressGuide/FollowDialog.tsx +++ b/src/components/ProgressGuide/FollowDialog.tsx @@ -762,7 +762,7 @@ function SearchInput({ autoComplete="off" autoCapitalize="none" accessibilityLabel={_(msg`Search profiles`)} - accessibilityHint={_(msg`Search profiles`)} + accessibilityHint={_(msg`Searches for profiles`)} /> </View> ) |