mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 10:11:03 +00:00
Typo and removing some more mutatey sounding verbs
This commit is contained in:
@@ -17,8 +17,6 @@ const LOADING_TEMPLATES = [
|
||||
'Fetching THINGS',
|
||||
'Processing THINGS',
|
||||
'Reticulating THINGS',
|
||||
'Decompressing THINGS',
|
||||
'Compressing THINGS',
|
||||
'Locating THINGS',
|
||||
'Optimizing THINGS',
|
||||
'Transporting THINGS',
|
||||
@@ -112,7 +110,7 @@ class Nodes extends React.Component {
|
||||
topology } = this.props;
|
||||
const layoutPrecision = getLayoutPrecision(nodes.size);
|
||||
const hasSelectedNode = selectedNodeId && nodes.has(selectedNodeId);
|
||||
const topologyLoadingMessage = renderTemplate('toplogies',
|
||||
const topologyLoadingMessage = renderTemplate('topologies',
|
||||
this.state.topologiesLoadingTemplate);
|
||||
const nodeLoadingMessage = renderTemplate(getNodeType(topology, topologies),
|
||||
this.state.nodeLoadingTemplate);
|
||||
|
||||
Reference in New Issue
Block a user