top!=to (typo)

This commit is contained in:
Boaz Leskes 2014-01-22 20:50:03 +01:00
parent 216993699d
commit f50e65466a

View file

@ -641,7 +641,7 @@ define([
$scope.detailViewTip = function () {
return $scope.hasSelected($scope.rows) ? 'Open nodes dashboard for selected nodes' :
'Select nodes and click top open the nodes dashboard';
'Select nodes and click to open the nodes dashboard';
};
$scope.calculateWarnings = function () {