Feat publish replays on master #5863

Merged
jessopb merged 3 commits from feat-publishReplays-master2 into master 2021-04-14 06:06:11 +02:00
Showing only changes of commit 3ff3d603c5 - Show all commits

View file

@ -612,7 +612,7 @@ function PublishFile(props: Props) {
{/* @if TARGET='app' */}
{showFileUpload && (
<FileSelector
label={__('Video file')}
label={__('File')}
disabled={disabled}
currentPath={currentFile}
onFileChosen={handleFileChange}