pubfile copy

This commit is contained in:
zeppi 2021-07-21 16:15:56 -04:00 committed by jessopb
parent 6ec95647e7
commit 91b908ad50

View file

@ -512,7 +512,7 @@ function PublishFile(props: Props) {
{fileSelectSource === SOURCE_UPLOAD && showFileUpload && (
<>
<FileSelector
label={SIMPLE_SITE ? __('Video/audio file') : __('File')}
label={__('File')}
disabled={disabled}
currentPath={currentFile}
onFileChosen={handleFileChange}