i18n for the noResultsTemplate

See https://phabricator.wikimedia.org/T187390
This commit is contained in:
Santhosh Thottingal
2018-02-16 09:34:54 +05:30
parent 4cb4fe2370
commit 1f900843fe

View File

@@ -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 () {