Coolbot/reports remoderation environments (#4313)

* Update reports quick responses.

* Edit env messages, add post approval stage.

* Update moderation checklist and nags to account for environments overhaul

* intl fix
This commit is contained in:
coolbot
2025-08-31 16:53:07 -07:00
committed by GitHub
parent 5a699eec22
commit 6f34130633
33 changed files with 265 additions and 40 deletions

View File

@@ -232,7 +232,7 @@ export const coreNags: Nag[] = [
return formatMessage(
defineMessage({
id: 'nags.select-environments.description',
defaultMessage: `Select whether the {projectType} functions on the client and/or server-side.`,
defaultMessage: `Select the environments your {projectType} functions on.`,
}),
{
projectType: formatProjectType(context.project.project_type).toLowerCase(),