diff --git a/src/components/Widgets/ImageControl.js b/src/components/Widgets/ImageControl.js
index 6753f91d..99a94adb 100644
--- a/src/components/Widgets/ImageControl.js
+++ b/src/components/Widgets/ImageControl.js
@@ -79,7 +79,7 @@ export default class ImageControl extends React.Component {
onDrop={this.handleChange}
>
- {imageName ? imageName : 'Click here to upload from your file browser, or drag an image directly into this box from your desktop'}
+ {imageName ? imageName : 'Tip: Click here to upload an image from your file browser, or drag an image directly into this box from your desktop'}