chore: correct copy for Jan data folder to highlight folder intact (#2751)

This commit is contained in:
Van Pham 2024-04-18 11:48:19 +07:00 committed by GitHub
parent 95632788e4
commit 8c3dd3a1af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,15 @@ const ModalChangeDirectory: React.FC<Props> = ({
<p className="text-muted-foreground">
Are you sure you want to relocate Jan data folder to{' '}
<span className="font-medium text-foreground">{destinationPath}</span>
? A restart will be required afterward.
? <br /> A restart is required afterward, and the original folder
remains intact.
<br />
{isWindows && (
<span>
Note that Jan will not erase the new Jan data folder upon future
uninstallation.
</span>
)}
</p>
<ModalFooter>
<div className="flex gap-x-2">