pub file copy

This commit is contained in:
zeppi 2021-07-21 16:16:21 -04:00
parent 8a483d1432
commit 4370860239

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}