From e834a4aa5194bd49f0a28ffa9acb8e9f082e44ab Mon Sep 17 00:00:00 2001 From: zeppi Date: Tue, 20 Jul 2021 08:51:08 -0400 Subject: [PATCH] change uploads copy --- ui/component/webUploadList/view.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/component/webUploadList/view.jsx b/ui/component/webUploadList/view.jsx index d0eb92dbc..9c34a536c 100644 --- a/ui/component/webUploadList/view.jsx +++ b/ui/component/webUploadList/view.jsx @@ -20,8 +20,8 @@ export default function WebUploadList(props: Props) { return ( !!uploadCount && ( 1 ? __('You files are currently uploading.') : __('Your file is currently uploading.')} + title={__('Currently Uploading')} + subtitle={__('Leave the app running until upload is complete')} body={
{/* $FlowFixMe */}