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'}