Merge pull request #62 from nathanielw/master

Fix noResultsText typo (`round` -> `found`)
This commit is contained in:
Josh Johnson 2016-10-21 06:47:15 +01:00 committed by GitHub
commit c99ed1c23a
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: {