webuploads-rcon

This commit is contained in:
zeppi 2021-07-20 10:31:57 -04:00 committed by jessopb
parent 4cd3ccfe8d
commit d3e11f5fb1

View file

@ -20,10 +20,8 @@ export default function WebUploadList(props: Props) {
return ( return (
!!uploadCount && ( !!uploadCount && (
<Card <Card
title={__('Currently uploading')} title={__('Currently Uploading')}
subtitle={ subtitle={__('Please leave the app running until upload is complete')}
uploadCount > 1 ? __('You videos are currently uploading.') : __('Your video is currently uploading.')
}
body={ body={
<section> <section>
{/* $FlowFixMe */} {/* $FlowFixMe */}