Skip to content

Commit

Permalink
Merge pull request #4689 from Santhosh-Sellavel/Search_NoResults_Fix
Browse files Browse the repository at this point in the history
Search label removed, added no results found instead
  • Loading branch information
Beamanator authored Aug 20, 2021
2 parents 3e5d031 + 6bc5ff7 commit 0f446f0
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 @@ -738,7 +738,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 0f446f0

Please sign in to comment.