From fba40de231ba445d2b98aae52490ce47ebc894bb Mon Sep 17 00:00:00 2001 From: Simon Howe Date: Thu, 12 May 2016 14:56:02 +0200 Subject: [PATCH] Typo and removing some more mutatey sounding verbs --- client/app/scripts/components/nodes.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/app/scripts/components/nodes.js b/client/app/scripts/components/nodes.js index ea26802aa..355629411 100644 --- a/client/app/scripts/components/nodes.js +++ b/client/app/scripts/components/nodes.js @@ -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);