Skip to content

Commit

Permalink
Search label removed, added no results found instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Santhosh-Sellavel committed Aug 17, 2021
1 parent 2f9aa32 commit 6bc5ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/OptionsListUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ function getHeaderMessage(hasSelectableOptions, hasUserToInvite, searchValue, ma
return translate(preferredLocale, 'messages.noPhoneNumber');
}

return searchValue;
return translate(preferredLocale, 'common.noResultsFound');
}

return '';
Expand Down

0 comments on commit 6bc5ff7

Please sign in to comment.