diff --git a/src/components/EntryEditor.js b/src/components/EntryEditor.js index 1ab0f003..30d405cd 100644 --- a/src/components/EntryEditor.js +++ b/src/components/EntryEditor.js @@ -8,7 +8,7 @@ export default function EntryEditor({ collection, entry, getMedia, onChange, onA

Entry in {collection.get('label')}

{entry && entry.get('title')}

-
+
- - {imageName ? imageName : 'Click or drop image here.'} + + {imageName ? imageName : 'Click here to upload from your file browser, or drag an image directly into this box from your desktop'}