From e2120910f68f06326eecc5e0178d3806b45c9195 Mon Sep 17 00:00:00 2001 From: Rafael Conde Date: Thu, 11 May 2017 08:45:19 -0700 Subject: [PATCH] Update border on image widget, tweak the copy --- src/components/Widgets/ImageControl.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Widgets/ImageControl.js b/src/components/Widgets/ImageControl.js index 5d9d7006..d0afb50b 100644 --- a/src/components/Widgets/ImageControl.js +++ b/src/components/Widgets/ImageControl.js @@ -96,7 +96,7 @@ export default class ImageControl extends React.Component { onDrop={this.handleChange} > - {imageName ? imageName : 'Tip: Click here to upload an image from your file browser, or drag an image directly into this box from your desktop'} + {imageName ? imageName : 'Click here to upload an image from your computer, or drag and drop a file directly into this box'}