Skip to content

Commit

Permalink
chore: correct copy for Jan data folder to highlight folder intact (j…
Browse files Browse the repository at this point in the history
  • Loading branch information
Van-QA authored Apr 18, 2024
1 parent 9563278 commit 8c3dd3a
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 8c3dd3a

Please sign in to comment.