This commit is contained in:
antelle 2016-08-25 19:45:01 +03:00
parent 2278d2b1d3
commit 44eab6c313
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ var ListSearchView = Backbone.View.extend({
},
setLocale: function() {
this.sortOptions.forEach(opt => { opt.text = opt.loc() });
this.sortOptions.forEach(opt => { opt.text = opt.loc(); });
var entryDesc = FeatureDetector.isMobile ? '' : (' <span class="muted-color">(' + Locale.searchShiftClickOr + ' ' +
FeatureDetector.altShortcutSymbol(true) + 'N)</span>');
this.createOptions = [