From b0de1b9be5d53e43571b94755fdb279194318728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 20 Aug 2015 13:47:07 +0200 Subject: [PATCH] misc: spelling fix --- 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 56af8da..4acb607 100644 --- a/www/js/index.js +++ b/www/js/index.js @@ -242,7 +242,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("Aucunes nouvelles mises à jour"); + app.utils.setLoadingMsg("Aucune nouvelles mises à jour"); } if(typeof resolve === 'function'){ resolve(updateAvailable);