Skip to content

Commit 1747f62

Browse files
chore(ui): genericize manual library path placeholder
1 parent 7022291 commit 1747f62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/desktop/src/pages/LibraryPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export function LibraryPage() {
187187
Add path manually
188188
<input
189189
aria-label="Manual library path"
190-
placeholder="/Users/d/Knowledge"
190+
placeholder="~/Documents/Knowledge"
191191
value={manualPath}
192192
onChange={(event) => setManualPath(event.target.value)}
193193
/>

0 commit comments

Comments
 (0)