We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f960c commit 0089476Copy full SHA for 0089476
src/renderer/features/auth/components/AuthScreen.tsx
@@ -130,7 +130,8 @@ export function AuthScreen() {
130
size="2"
131
/>
132
<Text size="1" color="gray">
133
- Where repositories will be cloned
+ Where repositories will be cloned. This should be the
134
+ folder where you usually store your projects.
135
</Text>
136
</Flex>
137
src/renderer/features/settings/components/SettingsView.tsx
@@ -190,7 +190,8 @@ export function SettingsView() {
190
size="1"
191
192
193
- Default directory where repositories will be cloned
+ Default directory where repositories will be cloned. This
194
+ should be the folder where you usually store your projects.
195
196
197
0 commit comments