From 6f572420f9d2a2e045d21904d7662f7c754db153 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Tue, 19 Nov 2019 17:47:19 -0500 Subject: [PATCH] fix: missing words on file delete screen --- ui/modal/modalRemoveFile/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/modal/modalRemoveFile/view.jsx b/ui/modal/modalRemoveFile/view.jsx index 9d4399e31..a172b7ef9 100644 --- a/ui/modal/modalRemoveFile/view.jsx +++ b/ui/modal/modalRemoveFile/view.jsx @@ -55,7 +55,7 @@ function ModalRemoveFile(props: Props) { {abandonChecked === false && deleteChecked && (

This file will be removed from your Library and Downloads folder.

)} - {!deleteChecked &&

This file removed from your Library but will remain in your Downloads folder.

} + {!deleteChecked &&

This file will be removed from your Library but will remain in your Downloads folder.

} {/* @endif */} )}