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' */}
{showFileUpload && (
<FileSelector
label={__('Video file')}
label={__('File')}
disabled={disabled}
currentPath={currentFile}
onFileChosen={handleFileChange}