misc: fix spelling of "No search results"

This commit is contained in:
Frédéric Péters 2015-08-21 12:20:47 +02:00
parent 2c6e226b66
commit 1655473c16
1 changed files with 1 additions and 1 deletions

View File

@ -1161,7 +1161,7 @@ var app = {
search: query,
icon: "fa fa-search",
title: 'Recherche "'+query+'"',
content: results.length ? null : '<div class="well text-center text-muted">Aucun resultat</div>',
content: results.length ? null : '<div class="well text-center text-muted">Aucun résultat</div>',
pages: results.map(function(item){
return item.ref;
}),