Skip to content

Commit

Permalink
Fixed fallback file upload label
Browse files Browse the repository at this point in the history
  • Loading branch information
morrien authored Sep 3, 2024
1 parent e5ab020 commit 06a6af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui_landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@
}
}
} else {
fileUploadLabelElement.textContent = 'Upload file'; // Fallback text
fileUploadLabelElement.textContent = 'Encrypted file upload'; // Fallback text
}
});
}
Expand Down

0 comments on commit 06a6af7

Please sign in to comment.