Skip to content

Commit 0089476

Browse files
committed
explanation
1 parent 84f960c commit 0089476

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/renderer/features/auth/components/AuthScreen.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ export function AuthScreen() {
130130
size="2"
131131
/>
132132
<Text size="1" color="gray">
133-
Where repositories will be cloned
133+
Where repositories will be cloned. This should be the
134+
folder where you usually store your projects.
134135
</Text>
135136
</Flex>
136137
</Flex>

src/renderer/features/settings/components/SettingsView.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ export function SettingsView() {
190190
size="1"
191191
/>
192192
<Text size="1" color="gray">
193-
Default directory where repositories will be cloned
193+
Default directory where repositories will be cloned. This
194+
should be the folder where you usually store your projects.
194195
</Text>
195196
</Flex>
196197
</Flex>

0 commit comments

Comments
 (0)