Skip to content

Commit

Permalink
Fix some labels
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis committed Dec 2, 2023
1 parent 67747c1 commit 96fbb29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/club-selector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ const ClubSelector = ({navigation, route}) => {
textAlign: 'center'
}}
>
Your search didn't match any Q&A questions
Your search didn't match any clubs
</DefaultText>
}
{!isLoading && searchText !== "" && !_.isEmpty(searchResults) &&
Expand Down
2 changes: 1 addition & 1 deletion data/option-groups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ const searchInteractionsOptionGroups: OptionGroup<OptionGroupInputs>[] = [
},
{
title: "People You've Blocked",
description: "Would you like to include people you blocked?",
description: "Would you like search results to include people you blocked?",
input: {
buttons: {
values: yesNo,
Expand Down

0 comments on commit 96fbb29

Please sign in to comment.