diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2025-08-28 00:43:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-28 02:43:33 +0300 |
commit | 58c2e68a24a78ce0ed93d0ad0bc48ef3a6783eca (patch) | |
tree | 9359ad0cf01a27767eda960e845a145e56db21f1 | |
parent | 01c20958c1ef750f1d848f49caf920157c3cb00d (diff) | |
download | voidsky-58c2e68a24a78ce0ed93d0ad0bc48ef3a6783eca.tar.zst |
Update FollowDialog.tsx (#8919)
-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.', }), |