diff --git a/client/app/scripts/components/node-details.js b/client/app/scripts/components/node-details.js
index 156f24af8..4e7f7ee6a 100644
--- a/client/app/scripts/components/node-details.js
+++ b/client/app/scripts/components/node-details.js
@@ -55,7 +55,7 @@ export class NodeDetails extends React.Component {
{showSwitchTopology &&
- View in {this.props.topologyId}
+ Show in {this.props.topologyId.replace(/-/g, ' ')}
}
diff --git a/client/app/styles/main.less b/client/app/styles/main.less
index e20c6903b..52ae2e67b 100644
--- a/client/app/styles/main.less
+++ b/client/app/styles/main.less
@@ -633,6 +633,12 @@ h2 {
font-family: @base-font;
font-size: 0.9em;
margin-left: 4px;
+
+ span {
+ font-size: 1em;
+ margin-left: 0;
+ text-transform: uppercase;
+ }
}
&:hover {