From 6f820b02094eaba3191124a7a17e56f302be202d Mon Sep 17 00:00:00 2001 From: Jörn Friedrich Dreyer Date: Fri, 2 Jan 2015 14:59:55 +0100 Subject: use " to avoid escaping ' --- apps/files/js/filelist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/js') diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 48c990872d1..84b537fbdfe 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -1687,7 +1687,7 @@ this.$el.find('#emptycontent').addClass('hidden'); if ( $('#searchresults').length === 0 || $('#searchresults').hasClass('hidden')) { this.$el.find('#nofilterresults').removeClass('hidden'). - find('p').text(t('files', 'No entries in this folder match \'{filter}\'', {filter:this._filter})); + find('p').text(t('files', "No entries in this folder match '{filter}'", {filter:this._filter})); } } else { this.$el.find('#filestable thead th').toggleClass('hidden', this.isEmpty); -- cgit v1.2.3