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 */} )}