Skip to content

Commit

Permalink
fix: clarify repository creation message in GitHubSettings component
Browse files Browse the repository at this point in the history
- Updated the message displayed when a repository does not exist to specify that it will be created as a public repository. This change enhances user understanding of the repository creation process during onboarding.
  • Loading branch information
mamertofabian committed Dec 30, 2024
1 parent 6d82e30 commit f637177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/GitHubSettings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
{#if !repoExists}
<li class="px-3 py-2 text-sm text-slate-400">
{#if repoName.length > 0}
<p class="text-orange-400">💡If the repository "{repoName}" doesn't exist, it will be created automatically.</p>
<p class="text-orange-400">💡If the repository "{repoName}" doesn't exist, it will be created automatically (as a public repository).</p>
<p class="text-emerald-400">✨ If it's a private repository, you can still enter it manually even if it's not visible in the list.</p>
{:else}
<p>Enter a repository name (new or private) or select from your public repositories</p>
Expand Down

0 comments on commit f637177

Please sign in to comment.