From 1f900843fe5481e922f2b0320aef5697bc84e475 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Fri, 16 Feb 2018 09:34:54 +0530 Subject: [PATCH] i18n for the noResultsTemplate See https://phabricator.wikimedia.org/T187390 --- src/jquery.uls.lcd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jquery.uls.lcd.js b/src/jquery.uls.lcd.js index ae78ff0..2a737b5 100644 --- a/src/jquery.uls.lcd.js +++ b/src/jquery.uls.lcd.js @@ -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 () {