From bc50ed5f655042d5143cd2f9eefa0db954afabe9 Mon Sep 17 00:00:00 2001 From: coolbot <76798835+coolbot100s@users.noreply.github.com> Date: Mon, 24 Aug 2026 02:14:01 -0700 Subject: [PATCH] moderation: new article placeholders and updated disclosures msgs (#7279) placeholders for new articles, add disclosures FAQ to related messages. --- .../missing-disclosures/missing-disclosures-header.md | 3 ++- .../messages/checklist/messages/disclosures/misused.md | 4 +++- packages/moderation/src/utils.ts | 9 ++++++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/packages/moderation/src/data/messages/checklist/messages/disclosures/missing-disclosures/missing-disclosures-header.md b/packages/moderation/src/data/messages/checklist/messages/disclosures/missing-disclosures/missing-disclosures-header.md index 05daee280f..b925cf78bc 100644 --- a/packages/moderation/src/data/messages/checklist/messages/disclosures/missing-disclosures/missing-disclosures-header.md +++ b/packages/moderation/src/data/messages/checklist/messages/disclosures/missing-disclosures/missing-disclosures-header.md @@ -1,3 +1,4 @@ ## Missing Content Disclosures -%R5.9%, we ask that you ensure all applicable %PROJECT_CONTENT_DISCLOSURES_FLINK% are filled out with accurate information. +%R5.9%, we ask that you ensure all applicable %PROJECT_CONTENT_DISCLOSURES_FLINK% are filled out with accurate information. \ +For additional information and guidance, please refer to our %DISCLOSURES_FAQ_FLINK%. diff --git a/packages/moderation/src/data/messages/checklist/messages/disclosures/misused.md b/packages/moderation/src/data/messages/checklist/messages/disclosures/misused.md index 5b134f69a6..4a397212cb 100644 --- a/packages/moderation/src/data/messages/checklist/messages/disclosures/misused.md +++ b/packages/moderation/src/data/messages/checklist/messages/disclosures/misused.md @@ -1,3 +1,5 @@ ## Misused Disclosures -%R5.9%, we ask that you ensure all %PROJECT_CONTENT_DISCLOSURES_FLINK% are filled out accurately and appropriately with information directly relevant to the Disclosures purpose and your project's content. +%R5.9%, we ask that you ensure all %PROJECT_CONTENT_DISCLOSURES_FLINK% are filled out accurately and appropriately with information directly relevant to the disclosure's purpose and your project's content. + +Please refer to our %DISCLOSURES_FAQ_FLINK% FAQ for more info. diff --git a/packages/moderation/src/utils.ts b/packages/moderation/src/utils.ts index 2df91d7513..fbeb54313b 100644 --- a/packages/moderation/src/utils.ts +++ b/packages/moderation/src/utils.ts @@ -179,11 +179,14 @@ export function flattenStaticVariables(): Record { vars[`SUPPORT`] = `please visit the [Modrinth Help Center](https://support.modrinth.com/) and click the blue bubble to contact support.` vars[`MODPACK_PERMISSIONS_GUIDE`] = - `our guide to [Obtaining Modpack Permissions](https://support.modrinth.com/en/articles/8797527-obtaining-modpack-permissions)` + `our guide to [Obtaining Modpack Permissions](https://support.modrinth.com/en/articles/8797527)` vars[`MODPACKS_ON_MODRINTH`] = - `[Modpacks on Modrinth](https://support.modrinth.com/en/articles/8802250-modpacks-on-modrinth)` + `[Modpacks on Modrinth](https://support.modrinth.com/en/articles/8802250)` vars[`ADVANCED_MARKDOWN`] = - `[Markdown Formatting Guide](https://support.modrinth.com/en/articles/8801962-advanced-markdown-formatting)` + `[Markdown Formatting Guide](https://support.modrinth.com/en/articles/8801962)` + vars[`DISCLOSURES_FAQ_FLINK`] = + `[Content Disclosures FAQ](https://support.modrinth.com/en/articles/16567675)` + vars[`AI_USAGE_FLINK`] = `[AI Usage](https://support.modrinth.com/en/articles/16551575)` vars[`LICENSING_GUIDE`] = `our guide to [Licensing your Mods](https://modrinth.com/news/article/licensing-guide)` vars[`NEW_ENVIRONMENTS_LINK`] = `https://modrinth.com/news/article/new-environments`