From 9444b1a64742f2730b767098bb42090ef2904619 Mon Sep 17 00:00:00 2001 From: Mary Kate Fain Date: Wed, 22 May 2024 13:14:18 -0500 Subject: [PATCH] but Search back on placeholder text --- src/__fixtures__/intlMessages.json | 4 ++-- src/features/groups/discover.tsx | 2 +- src/locales/en.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/__fixtures__/intlMessages.json b/src/__fixtures__/intlMessages.json index 69c396722..4b8a45bdf 100644 --- a/src/__fixtures__/intlMessages.json +++ b/src/__fixtures__/intlMessages.json @@ -373,7 +373,7 @@ "report.placeholder": "Additional comments", "report.submit": "Submit", "report.target": "Reporting {target}", - "search.placeholder": "Discover", + "search.placeholder": "Search", "search_popout.search_format": "Advanced search format", "search_popout.tips.full_text": "Simple text returns posts you have written, favorited, reposted, or have been mentioned in, as well as matching usernames, display names, and hashtags.", "search_popout.tips.hashtag": "hashtag", @@ -854,7 +854,7 @@ "report.placeholder": "Additional comments", "report.submit": "Submit", "report.target": "Reporting {target}", - "search.placeholder": "Discover", + "search.placeholder": "Search", "search_popout.search_format": "Advanced search format", "search_popout.tips.full_text": "Simple text returns posts you have written, favorited, reposted, or have been mentioned in, as well as matching usernames, display names, and hashtags.", "search_popout.tips.hashtag": "hashtag", diff --git a/src/features/groups/discover.tsx b/src/features/groups/discover.tsx index ef8fd4de4..0bb5af179 100644 --- a/src/features/groups/discover.tsx +++ b/src/features/groups/discover.tsx @@ -10,7 +10,7 @@ import SuggestedGroups from './components/discover/suggested-groups'; import TabBar, { TabItems } from './components/tab-bar'; const messages = defineMessages({ - placeholder: { id: 'groups.discover.search.placeholder', defaultMessage: 'Discover' }, + placeholder: { id: 'groups.discover.search.placeholder', defaultMessage: 'Search' }, }); const Discover: React.FC = () => { diff --git a/src/locales/en.json b/src/locales/en.json index c6f52b087..2102aa113 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -901,7 +901,7 @@ "groups.discover.search.error.title": "An error occurred", "groups.discover.search.no_results.subtitle": "Try searching for another group.", "groups.discover.search.no_results.title": "No matches found", - "groups.discover.search.placeholder": "Discover", + "groups.discover.search.placeholder": "Search", "groups.discover.search.recent_searches.blankslate.subtitle": "Search group names, topics or keywords", "groups.discover.search.recent_searches.blankslate.title": "No recent searches", "groups.discover.search.recent_searches.clear_all": "Clear all",