From 588b9c5e326c805578b22b56c62c9ccce985fd2b Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 22 Jul 2020 21:33:12 -0400 Subject: [PATCH] add basic copy for delay in abandon appearing --- ui/modal/modalRemoveFile/view.jsx | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/ui/modal/modalRemoveFile/view.jsx b/ui/modal/modalRemoveFile/view.jsx index 729dfc9de..568cea6f6 100644 --- a/ui/modal/modalRemoveFile/view.jsx +++ b/ui/modal/modalRemoveFile/view.jsx @@ -64,7 +64,7 @@ function ModalRemoveFile(props: Props) { )} {!deleteChecked && (

- {__('This file will be removed from your Library but will remain in your Downloads folder.')} + {__('This file will be removed from your Library but will remain in your Downloads folder.')}

)} {/* @endif */} @@ -73,14 +73,17 @@ function ModalRemoveFile(props: Props) { } actions={ -
-
+ <> +
+
+

{__('These changes will appear shortly.')}

+ } />