change uploads copy
This commit is contained in:
parent
8e3aee5813
commit
e834a4aa51
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ export default function WebUploadList(props: Props) {
|
|||
return (
|
||||
!!uploadCount && (
|
||||
<Card
|
||||
title={__('Currently uploading')}
|
||||
subtitle={uploadCount > 1 ? __('You files are currently uploading.') : __('Your file is currently uploading.')}
|
||||
title={__('Currently Uploading')}
|
||||
subtitle={__('Leave the app running until upload is complete')}
|
||||
body={
|
||||
<section>
|
||||
{/* $FlowFixMe */}
|
||||
|
|
Loading…
Reference in a new issue