mirror of https://github.com/docker/docs.git
Copy tweak.
This commit is contained in:
parent
bf672328b8
commit
cedec0eee1
|
@ -167,7 +167,7 @@ var Containers = React.createClass({
|
||||||
var button;
|
var button;
|
||||||
if (this.state.downloading) {
|
if (this.state.downloading) {
|
||||||
button = (
|
button = (
|
||||||
<OverlayTrigger placement="bottom" overlay={<Tooltip>Only one image can be downloaded at a time.</Tooltip>}>
|
<OverlayTrigger placement="bottom" overlay={<Tooltip>Only one Docker image can be downloaded at a time.</Tooltip>}>
|
||||||
<a disabled={true} className="btn-new icon icon-add-3"></a>
|
<a disabled={true} className="btn-new icon icon-add-3"></a>
|
||||||
</OverlayTrigger>
|
</OverlayTrigger>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue