misc: spelling fix in "no update available"

This commit is contained in:
Frédéric Péters 2015-08-21 12:19:04 +02:00
parent 730c20c666
commit 2c6e226b66
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ var app = {
app.flash(tmpl('momo-update-available-tmpl', { mtime: app.utils.formatDate(mtime) }), 'success');
app.utils.setLoadingMsg("Mise à jour disponible !");
} else {
app.utils.setLoadingMsg("Aucune nouvelles mises à jour");
app.utils.setLoadingMsg("Aucune nouvelle mises à jour");
}
if(typeof resolve === 'function'){
resolve(updateAvailable);