From 2c6e226b66d6ee74f2cadb6dcf334f50c3ab1171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 21 Aug 2015 12:19:04 +0200 Subject: [PATCH] misc: spelling fix in "no update available" --- www/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);