Artur Paikin пре 8 година
родитељ
комит
f74151659b
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      src/plugins/DragDrop/index.js

+ 1 - 2
src/plugins/DragDrop/index.js

@@ -148,8 +148,7 @@ module.exports = class DragDrop extends Plugin {
                  value=""
                  value=""
                  onchange=${this.handleInputChange.bind(this)} />
                  onchange=${this.handleInputChange.bind(this)} />
           <label class="UppyDragDrop-label" onclick=${onSelect}>
           <label class="UppyDragDrop-label" onclick=${onSelect}>
-            <strong>${this.i18n('chooseFile')}</strong>
-            <span class="UppyDragDrop-dragText">${this.i18n('orDragDrop')}</span>
+            <strong>${this.i18n('chooseFile')}</strong> <span class="UppyDragDrop-dragText">${this.i18n('orDragDrop')}</span>
           </label>
           </label>
           ${selectedFilesCount > 0
           ${selectedFilesCount > 0
             ? html`<div class="UppyDragDrop-selectedCount">
             ? html`<div class="UppyDragDrop-selectedCount">