diff options
-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 a2ec4df13..f2eb4fa3d 100644 --- a/src/components/ProgressGuide/FollowDialog.tsx +++ b/src/components/ProgressGuide/FollowDialog.tsx @@ -423,7 +423,7 @@ let Tab = ({ ) : _( msg({ - message: `Search for "${interestsDisplayName}`, + message: `Search for "${interestsDisplayName}"`, comment: 'Accessibility label for a tab that searches for accounts in a category (e.g. Art, Video Games, Sports, etc.) that are suggested for the user to follow. The tab is not currently active and can be selected.', }), |