Skip to content

Commit

Permalink
Fixed a space in texts
Browse files Browse the repository at this point in the history
  • Loading branch information
luddaniel committed Aug 9, 2023
1 parent ca1cee6 commit 01ad117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dvwebloader.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1><span id="title-text">Folder Upload</span></h1>
<hr class='solid'>

<div id="top">
<label for='files' class='button'><span id="select-dir-text">Select a Directory</span><input type="file" id="files" name="files[]" multiple webkitdirectory style="display: none" /></label>
<label for='files' class='button'><span id="select-dir-text">Select a Directory</span><input type="file" id="files" name="files[]" multiple webkitdirectory style="display: none" /></label>
<div id='messages'></div>
</div>
<div id="filelist"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/js/lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const defaultLocale = 'en';
const translations = {
en: {
title: "Folder Upload",
selectDir: "Select a Directory",
selectDir: "Select a Directory",
helpTutorial: "Help/Tutorial",
sponsor: ", development sponsored by UiT/DataverseNO",
startUpload: "Start Uploads",
Expand Down

0 comments on commit 01ad117

Please sign in to comment.