dsehnal %!s(int64=3) %!d(string=hai) anos
pai
achega
2818389741
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)}
         onDragLeave={() => showDragOverlay.next(false)}
         onDrop={e => dropFiles(e, plugin, showDragOverlay)}
         onDrop={e => dropFiles(e, plugin, showDragOverlay)}
     >
     >
-        Upload File(s)
+        Load File(s)
     </div>;
     </div>;
 }
 }