webuploads-rcon
This commit is contained in:
parent
4cd3ccfe8d
commit
d3e11f5fb1
1 changed files with 2 additions and 4 deletions
|
@ -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 */}
|
||||||
|
|
Loading…
Add table
Reference in a new issue