mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 12:05:53 +00:00
prepr + typos whitelist
This commit is contained in:
@@ -4040,6 +4040,12 @@
|
||||
"project.settings.head-title": {
|
||||
"message": "⚙️ {section} - {project}"
|
||||
},
|
||||
"project.settings.links.donation.duplicate-type": {
|
||||
"message": "You already have another {platform} link."
|
||||
},
|
||||
"project.settings.links.donation.no-type": {
|
||||
"message": "Please select a platform for this Donation link."
|
||||
},
|
||||
"project.settings.monetization.description": {
|
||||
"message": "Projects on Modrinth are automatically enrolled in the <rewards-program-link>Rewards Program</rewards-program-link>. If you don't want to (or can't for legal reasons) earn revenue from this project, you can turn it off here."
|
||||
},
|
||||
@@ -4244,6 +4250,15 @@
|
||||
"project.settings.tags.upload-version-first.heading": {
|
||||
"message": "Upload versions before adding tags"
|
||||
},
|
||||
"project.text-validation.non-standard-text": {
|
||||
"message": "Non-standard text characters are not allowed."
|
||||
},
|
||||
"project.text-validation.profanity": {
|
||||
"message": "Profanity is not allowed."
|
||||
},
|
||||
"project.text-validation.slur": {
|
||||
"message": "Slurs are not allowed."
|
||||
},
|
||||
"project.versions.copy-id-option": {
|
||||
"message": "Copy ID"
|
||||
},
|
||||
|
||||
@@ -202,9 +202,9 @@ import {
|
||||
} from '@modrinth/moderation'
|
||||
import {
|
||||
Combobox,
|
||||
commonProjectSettingsMessages,
|
||||
ConfirmLeaveModal,
|
||||
defineMessage,
|
||||
commonProjectSettingsMessages,
|
||||
injectModrinthClient,
|
||||
injectNotificationManager,
|
||||
injectProjectPageContext,
|
||||
|
||||
Reference in New Issue
Block a user