fix: missing words on file delete screen
This commit is contained in:
parent
d8a267cf67
commit
6f572420f9
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue