diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 1ccb773c8..51a1ccb1b 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -415,10 +415,13 @@ }, "platforms": "Platforms", "platformVersions": "Platform Versions", + "platformVersionsDescription": "Please select at least one version per platform that your resource is compatible with. You can still change platform versions and dependencies after the initial version creation.", + "versionDescription": "Enter the name of the version as well as its channel.", "tags": "Version Tags", "dependencies": "Dependencies", "changelogTitle": "What's new?", - "artifactTitle": "You can either upload a jar file or link to an external site.", + "artifactTitle": "You can either upload a file or set an external download url. Each file/url needs at least one platform selected.", + "artifactNumber": "Download #{0}", "externalLinkAlert": "An external link needs to be a direct download link!", "addedArtifacts": "Provided Artifacts" }, diff --git a/frontend/src/pages/[user]/[project]/versions/new.vue b/frontend/src/pages/[user]/[project]/versions/new.vue index 02623709a..864c150a9 100644 --- a/frontend/src/pages/[user]/[project]/versions/new.vue +++ b/frontend/src/pages/[user]/[project]/versions/new.vue @@ -265,12 +265,11 @@ useHead(