From d9485b44d0e9a34b89688672cc7d8d07e4b724ef Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Tue, 3 Oct 2017 16:41:59 -0400 Subject: [PATCH] alter locale a little --- src/plugins/DragDrop/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}