diff --git a/www/js/index.js b/www/js/index.js index 4a8cbde..fcd5bcd 100644 --- a/www/js/index.js +++ b/www/js/index.js @@ -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);