use " to avoid escaping '
This commit is contained in:
parent
152c8b3969
commit
6f820b0209
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue