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 (
|
return (
|
||||||
!!uploadCount && (
|
!!uploadCount && (
|
||||||
<Card
|
<Card
|
||||||
title={__('Currently uploading')}
|
title={__('Currently Uploading')}
|
||||||
subtitle={uploadCount > 1 ? __('You files are currently uploading.') : __('Your file is currently uploading.')}
|
subtitle={__('Leave the app running until upload is complete')}
|
||||||
body={
|
body={
|
||||||
<section>
|
<section>
|
||||||
{/* $FlowFixMe */}
|
{/* $FlowFixMe */}
|
||||||
|
|
Loading…
Add table
Reference in a new issue