diff --git a/static/js/develop/controllers/install.js b/static/js/develop/controllers/install.js index 49d8229..107135b 100644 --- a/static/js/develop/controllers/install.js +++ b/static/js/develop/controllers/install.js @@ -142,11 +142,11 @@ angular.module('osumo').controller('InstallController', ['$q', '$scope', '$rootS DataService.checkAllUpdates().then(function(update) { e.target.textContent = L10NService._('Check update'); if (!update) { - $scope.toast({message: L10NService._('There is no updates available at this time.'), autoclose: 1500}); + $scope.toast({message: L10NService._('There are no updates available at this time.'), autoclose: 1500}); } }); }; }]); -})(); \ No newline at end of file +})();