Skip to content

Commit

Permalink
Update LocalVolumesComponent.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sascala committed Mar 8, 2016
1 parent ac9525a commit 5c73066
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/components/LocalVolumesComponent.jsx
Expand Up @@ -123,7 +123,8 @@ var LocalVolumesComponent = React.createClass({
render: function () {
var localVolumesTooltipMessage = (
<span>
Local volumes hold state if an instance is shut down.
Local volumes retain data if an
application terminates.
<a href={ExternalLinks.LOCAL_VOLUMES} target="_blank">Read more</a>.
</span>
);
Expand Down

0 comments on commit 5c73066

Please sign in to comment.