Typo and removing some more mutatey sounding verbs

This commit is contained in:
Simon Howe
2016-05-12 14:56:02 +02:00
parent 50a1c11eaa
commit fba40de231

View File

@@ -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);