From cedec0eee1eb25d9845ef3ca7597ae771a33a094 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Mon, 2 Mar 2015 17:07:37 -0800 Subject: [PATCH] Copy tweak. --- src/Containers.react.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Containers.react.js b/src/Containers.react.js index 30cbc9fe2a..8d2719fba7 100644 --- a/src/Containers.react.js +++ b/src/Containers.react.js @@ -167,7 +167,7 @@ var Containers = React.createClass({ var button; if (this.state.downloading) { button = ( - Only one image can be downloaded at a time.}> + Only one Docker image can be downloaded at a time.}> );