but Search back on placeholder text

This commit is contained in:
Mary Kate Fain 2024-05-22 13:14:18 -05:00
parent a2a73dedbc
commit 9444b1a647
3 changed files with 4 additions and 4 deletions

View File

@ -373,7 +373,7 @@
"report.placeholder": "Additional comments", "report.placeholder": "Additional comments",
"report.submit": "Submit", "report.submit": "Submit",
"report.target": "Reporting {target}", "report.target": "Reporting {target}",
"search.placeholder": "Discover", "search.placeholder": "Search",
"search_popout.search_format": "Advanced search format", "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.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", "search_popout.tips.hashtag": "hashtag",
@ -854,7 +854,7 @@
"report.placeholder": "Additional comments", "report.placeholder": "Additional comments",
"report.submit": "Submit", "report.submit": "Submit",
"report.target": "Reporting {target}", "report.target": "Reporting {target}",
"search.placeholder": "Discover", "search.placeholder": "Search",
"search_popout.search_format": "Advanced search format", "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.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", "search_popout.tips.hashtag": "hashtag",

View File

@ -10,7 +10,7 @@ import SuggestedGroups from './components/discover/suggested-groups';
import TabBar, { TabItems } from './components/tab-bar'; import TabBar, { TabItems } from './components/tab-bar';
const messages = defineMessages({ const messages = defineMessages({
placeholder: { id: 'groups.discover.search.placeholder', defaultMessage: 'Discover' }, placeholder: { id: 'groups.discover.search.placeholder', defaultMessage: 'Search' },
}); });
const Discover: React.FC = () => { const Discover: React.FC = () => {

View File

@ -901,7 +901,7 @@
"groups.discover.search.error.title": "An error occurred", "groups.discover.search.error.title": "An error occurred",
"groups.discover.search.no_results.subtitle": "Try searching for another group.", "groups.discover.search.no_results.subtitle": "Try searching for another group.",
"groups.discover.search.no_results.title": "No matches found", "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.subtitle": "Search group names, topics or keywords",
"groups.discover.search.recent_searches.blankslate.title": "No recent searches", "groups.discover.search.recent_searches.blankslate.title": "No recent searches",
"groups.discover.search.recent_searches.clear_all": "Clear all", "groups.discover.search.recent_searches.clear_all": "Clear all",