Merge pull request #298 from santhoshtr/no-results-i18n
i18n for the noResultsTemplate
This commit is contained in:
@@ -401,7 +401,7 @@
|
||||
'either jQuery or function returning jQuery' );
|
||||
}
|
||||
|
||||
this.$element.append( $noResults.addClass( 'uls-no-results-view' ) );
|
||||
this.$element.append( $noResults.addClass( 'uls-no-results-view' ).i18n() );
|
||||
},
|
||||
|
||||
listen: function () {
|
||||
|
||||
Reference in New Issue
Block a user