app label fix

This commit is contained in:
zeppi 2021-04-13 23:51:13 -04:00
parent 6d967d0a1e
commit 3ff3d603c5

View file

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