chore: correct copy for Jan data folder to highlight folder intact (#2751)
This commit is contained in:
parent
95632788e4
commit
8c3dd3a1af
@ -36,7 +36,15 @@ const ModalChangeDirectory: React.FC<Props> = ({
|
|||||||
<p className="text-muted-foreground">
|
<p className="text-muted-foreground">
|
||||||
Are you sure you want to relocate Jan data folder to{' '}
|
Are you sure you want to relocate Jan data folder to{' '}
|
||||||
<span className="font-medium text-foreground">{destinationPath}</span>
|
<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>
|
</p>
|
||||||
<ModalFooter>
|
<ModalFooter>
|
||||||
<div className="flex gap-x-2">
|
<div className="flex gap-x-2">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user