diff --git a/builder/src/upload.tsx b/builder/src/upload.tsx index 6b21e3ca8..5db708c0d 100644 --- a/builder/src/upload.tsx +++ b/builder/src/upload.tsx @@ -349,7 +349,8 @@ const SubmissionForm: React.FC = observer((props) => { }} >

- No teams available?{" "} + The team name will become the prefix of the + package ID. No teams available?{" "} Create one here! diff --git a/django/thunderstore/repository/templates/repository/package_create_old.html b/django/thunderstore/repository/templates/repository/package_create_old.html index 0c6839216..441ba4b7c 100644 --- a/django/thunderstore/repository/templates/repository/package_create_old.html +++ b/django/thunderstore/repository/templates/repository/package_create_old.html @@ -39,6 +39,7 @@

Upload package

{{ form.team }}

+ The team name will become the prefix of the package ID. No teams available? Create one here!