change uploads copy

This commit is contained in:
zeppi 2021-07-20 08:51:08 -04:00 committed by jessopb
parent 8e3aee5813
commit e834a4aa51

View file

@ -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 */}