Skip to content

Commit

Permalink
Merge pull request #923 from thunderstore-io/clarify-teams
Browse files Browse the repository at this point in the history
Add note about team name usage as namespace
  • Loading branch information
MythicManiac committed Dec 4, 2023
2 parents 74a12fb + c2743c1 commit 4febc10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builder/src/upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,8 @@ const SubmissionForm: React.FC<SubmissionFormProps> = observer((props) => {
}}
>
<p className="mt-1 mb-2">
No teams available?{" "}
The team name will become the prefix of the
package ID. No teams available?{" "}
<a href="/settings/teams/" className="ml-1">
Create one here!
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ <h1 class="mt-4">Upload package</h1>
<div class="w-100">
{{ form.team }}
<p class="mt-1 mb-2">
The team name will become the prefix of the package ID.
No teams available? <a href="{% url "settings.teams.create" %}" class="ml-1">Create one here!</a>
</p>
</div>
Expand Down

0 comments on commit 4febc10

Please sign in to comment.