This commit is contained in:
Ruben Roy 2014-02-10 02:00:50 +05:30
Родитель ca364dacac
Коммит 27e67251df
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -142,7 +142,7 @@ 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});
}
});
};