зеркало из https://github.com/mozilla/osumo.git
Fixed grammatical error
This commit is contained in:
Родитель
ca364dacac
Коммит
27e67251df
|
@ -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});
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
}]);
|
||||
|
||||
})();
|
||||
})();
|
||||
|
|
Загрузка…
Ссылка в новой задаче