File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2695,7 +2695,7 @@ the specific language governing permissions and limitations under the Apache Lic
26952695 formatResultCssClass : function ( data ) { return undefined ; } ,
26962696 formatNoMatches : function ( ) { return "No matches found" ; } ,
26972697 formatInputTooShort : function ( input , min ) { var n = min - input . length ; return "Please enter " + n + " more character" + ( n == 1 ? "" : "s" ) ; } ,
2698- formatInputTooLong : function ( input , max ) { var n = input . length - max ; return "Please enter " + n + " less character" + ( n == 1 ? "" : "s" ) ; } ,
2698+ formatInputTooLong : function ( input , max ) { var n = input . length - max ; return "Please delete " + n + " character" + ( n == 1 ? "" : "s" ) ; } ,
26992699 formatSelectionTooBig : function ( limit ) { return "You can only select " + limit + " item" + ( limit == 1 ? "" : "s" ) ; } ,
27002700 formatLoadMore : function ( pageNumber ) { return "Loading more results..." ; } ,
27012701 formatSearching : function ( ) { return "Searching..." ; } ,
You can’t perform that action at this time.
0 commit comments