Skip to content

Commit 6c67e1d

Browse files
committed
fix typo in tooltip -- thanks to Keir Lockridge for reporting this
1 parent 1826154 commit 6c67e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/frontend/compute/sync-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default function SyncButton({
4141
mouseEnterDelay={0.9}
4242
title={
4343
<>
44-
Synchronize files in /user/home of the compute server with /user/home
44+
Synchronize files in /home/user of the compute server with /home/user
4545
of the project, except fast data directories. You usually must
4646
explicitly sync files.
4747
</>

0 commit comments

Comments
 (0)