fix: missing words on file delete screen

This commit is contained in:
Thomas Zarebczan 2019-11-19 17:47:19 -05:00 committed by GitHub
parent d8a267cf67
commit 6f572420f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ function ModalRemoveFile(props: Props) {
{abandonChecked === false && deleteChecked && (
<p>This file will be removed from your Library and Downloads folder.</p>
)}
{!deleteChecked && <p>This file removed from your Library but will remain in your Downloads folder.</p>}
{!deleteChecked && <p>This file will be removed from your Library but will remain in your Downloads folder.</p>}
{/* @endif */}
</div>
)}