Fix noResultsText typo (round -> found)

This commit is contained in:
Nathaniel Watson 2016-10-21 17:43:32 +13:00
parent 49ea948523
commit af970ec776
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ Or include Choices directly:
prependValue: null,
appendValue: null,
loadingText: 'Loading...',
noResultsText: 'No results round',
noResultsText: 'No results found',
noChoicesText: 'No choices to choose from',
itemSelectText: 'Press to select',
classNames: {

View file

@ -68,7 +68,7 @@ class Choices {
prependValue: null,
appendValue: null,
loadingText: 'Loading...',
noResultsText: 'No results round',
noResultsText: 'No results found',
noChoicesText: 'No choices to choose from',
itemSelectText: 'Press to select',
classNames: {