From 1fc69d0128df2fc296159906bb8131bcaffa56e0 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Fri, 7 Aug 2026 15:43:07 -0700 Subject: [PATCH] add modrinth to link --- .../ui/project-settings/disclosures/AiDisclosureCard.vue | 2 +- apps/frontend/src/locales/en-US/index.json | 4 ++-- .../src/pages/[type]/[project]/settings/disclosures.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/frontend/src/components/ui/project-settings/disclosures/AiDisclosureCard.vue b/apps/frontend/src/components/ui/project-settings/disclosures/AiDisclosureCard.vue index 5bee48e71e..fb71d2a464 100644 --- a/apps/frontend/src/components/ui/project-settings/disclosures/AiDisclosureCard.vue +++ b/apps/frontend/src/components/ui/project-settings/disclosures/AiDisclosureCard.vue @@ -39,7 +39,7 @@ const messages = defineMessages({ contentRules: { id: 'project.settings.disclosures.ai.content-rules', defaultMessage: - "Please refer to Section 6 of Modrinth's Content Rules for more information.", + "Please refer to Section 6 of Modrinth's Content Rules for more information.", }, typesDescription: { id: 'project.settings.disclosures.ai.types-description', diff --git a/apps/frontend/src/locales/en-US/index.json b/apps/frontend/src/locales/en-US/index.json index 6615be9467..0f12ae2d60 100644 --- a/apps/frontend/src/locales/en-US/index.json +++ b/apps/frontend/src/locales/en-US/index.json @@ -3789,7 +3789,7 @@ "message": "Contains advertisements" }, "project.settings.disclosures.ai.content-rules": { - "message": "Please refer to Section 6 of Modrinth's Content Rules for more information." + "message": "Please refer to Section 6 of Modrinth's Content Rules for more information." }, "project.settings.disclosures.ai.description": { "message": "You must enable this if this project contains a substantial amount of AI-generated code, any\n\t\t\t\tassets that are substantially AI-generated, the project's functionality relies on the use of\n\t\t\t\tgenerative AI, or if any element of your project's page such as description or publishing\n\t\t\t\trelies on generative AI." @@ -3855,7 +3855,7 @@ "message": "Contains derivative content" }, "project.settings.disclosures.description": { - "message": "You must add any applicable content disclosures to your project in compliance with Modrinth's Content Rules." + "message": "You must add any applicable content disclosures to your project in compliance with Modrinth's Content Rules." }, "project.settings.disclosures.paid-features.description": { "message": "You must enable this if your project contains features that can be obtained by spending real-world money." diff --git a/apps/frontend/src/pages/[type]/[project]/settings/disclosures.vue b/apps/frontend/src/pages/[type]/[project]/settings/disclosures.vue index b0731fe188..6cef726946 100644 --- a/apps/frontend/src/pages/[type]/[project]/settings/disclosures.vue +++ b/apps/frontend/src/pages/[type]/[project]/settings/disclosures.vue @@ -46,7 +46,7 @@ const messages = defineMessages({ }, description: { id: 'project.settings.disclosures.description', - defaultMessage: `You must add any applicable content disclosures to your project in compliance with Modrinth's Content Rules.`, + defaultMessage: `You must add any applicable content disclosures to your project in compliance with Modrinth's Content Rules.`, }, noPermission: { id: 'project.settings.disclosures.save-blocked.no-permission',