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 (
!!uploadCount && (
<Card
title={__('Currently uploading')}
subtitle={
uploadCount > 1 ? __('You videos are currently uploading.') : __('Your video is currently uploading.')
}
title={__('Currently Uploading')}
subtitle={__('Please leave the app running until upload is complete')}
body={
<section>
{/* $FlowFixMe */}