pubfile copy
This commit is contained in:
parent
6ec95647e7
commit
91b908ad50
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue