Browse Source

update label

dsehnal 3 years ago
parent
commit
2818389741
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mol-plugin-ui/plugin.tsx

+ 1 - 1
src/mol-plugin-ui/plugin.tsx

@@ -218,7 +218,7 @@ function DragOverlay({ plugin, showDragOverlay }: { plugin: PluginUIContext, sho
         onDragLeave={() => showDragOverlay.next(false)}
         onDrop={e => dropFiles(e, plugin, showDragOverlay)}
     >
-        Upload File(s)
+        Load File(s)
     </div>;
 }