Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorNiccolò Maggioni <nicco.maggioni@gmail.com>2019-02-11 13:30:14 +0300
committerNiccolò Maggioni <nicco.maggioni@gmail.com>2019-02-11 13:30:14 +0300
commit092d46fe9a51f53ad95aaf35772200b8fd5878f0 (patch)
tree6a2a8c066bbf51c31e6ebfc07741a9dce16e70bb /js
parentfe64e5c3f25a26c474b81bb530a73a3f0ac88343 (diff)
Typo in new version CLI alert
Diffstat (limited to 'js')
-rw-r--r--js/appUpdater.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/appUpdater.js b/js/appUpdater.js
index 1aff6f7c..94c8663d 100644
--- a/js/appUpdater.js
+++ b/js/appUpdater.js
@@ -19,7 +19,7 @@ appUpdater.checkRelease = function (currVersion) {
// }
// });
- GUI.log('New version aviable!');
+ GUI.log('New version available!');
modalStart = new jBox('Modal', {
width: 400,
height: 200,
@@ -37,4 +37,4 @@ appUpdater.checkRelease = function (currVersion) {
$('#update-notification-download').on('click', function () {
modalStart.close();
});
-}; \ No newline at end of file
+};