aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf-graph/tf-graph-scene.html
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-09-23 19:01:19 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-23 20:17:52 -0700
commit98a9ae529ede7110b421b7c9916eab47edb3a573 (patch)
tree3f769a5ab5da2d69be5555518831347253109753 /tensorflow/tensorboard/components/tf-graph/tf-graph-scene.html
parentafc1687339cbc618afb23b2abed3c13817c3c9b0 (diff)
Capitalized the Auxiliary Nodes label so that it is consistent with Main Graph.
Change: 134144386
Diffstat (limited to 'tensorflow/tensorboard/components/tf-graph/tf-graph-scene.html')
-rw-r--r--tensorflow/tensorboard/components/tf-graph/tf-graph-scene.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tensorboard/components/tf-graph/tf-graph-scene.html b/tensorflow/tensorboard/components/tf-graph/tf-graph-scene.html
index 07c39a0aef..cb72d78ce7 100644
--- a/tensorflow/tensorboard/components/tf-graph/tf-graph-scene.html
+++ b/tensorflow/tensorboard/components/tf-graph/tf-graph-scene.html
@@ -497,7 +497,7 @@ limitations under the License.
</style>
<div class="titleContainer">
<div id="title" class="title">Main Graph</div>
- <div id="auxTitle" class="auxTitle">Auxiliary nodes</div>
+ <div id="auxTitle" class="auxTitle">Auxiliary Nodes</div>
</div>
<svg id="svg">
<defs>