diff --git a/src/plugins/DragDrop/index.js b/src/plugins/DragDrop/index.js
index 29b2013fe..a209c3109 100644
--- a/src/plugins/DragDrop/index.js
+++ b/src/plugins/DragDrop/index.js
@@ -24,8 +24,8 @@ module.exports = class DragDrop extends Plugin {
const defaultLocale = {
strings: {
- dropHere: 'Drop files here',
- orBrowse: 'or browse'
+ dropHereOr: 'Drop files here or',
+ browse: 'browse'
// selectedFiles: {
// 0: '%{smart_count} file selected',
// 1: '%{smart_count} files selected'
@@ -135,8 +135,8 @@ module.exports = class DragDrop extends Plugin {
value=""
onchange=${this.handleInputChange.bind(this)} />
${this.opts.note}