mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 21:26:40 +00:00
update 24-48hrs -> within a week to give more realistic estimate
This commit is contained in:
@@ -3804,7 +3804,10 @@
|
||||
"message": "You can still modify your project, it won't affect your position in the queue."
|
||||
},
|
||||
"project.moderation.admonition.under-review.body.4": {
|
||||
"message": "We aim to review submissions in 24-48 hours, but some projects may face delays. This does not reflect an issue with your submission."
|
||||
"message": "We aim to review submissions in 24–48 hours, but some projects may face delays. This does not reflect an issue with your submission."
|
||||
},
|
||||
"project.moderation.admonition.under-review.body.4.alt-week": {
|
||||
"message": "We aim to review submissions within a week, but some projects may face delays. This does not reflect an issue with your submission."
|
||||
},
|
||||
"project.moderation.admonition.under-review.body.5": {
|
||||
"message": "<emphasis>We appreciate your patience while our moderators work hard to keep Modrinth safe, and look forward to helping you share your content! 💚</emphasis>"
|
||||
|
||||
@@ -333,10 +333,11 @@ const moderationAdmonition = computed<{
|
||||
defaultMessage:
|
||||
"You can still modify your project, it won't affect your position in the queue.",
|
||||
}),
|
||||
// temp moved 24-48 hr below to keep old translation for future
|
||||
defineMessage({
|
||||
id: 'project.moderation.admonition.under-review.body.4',
|
||||
id: 'project.moderation.admonition.under-review.body.4.alt-week',
|
||||
defaultMessage:
|
||||
'We aim to review submissions in 24-48 hours, but some projects may face delays. This does not reflect an issue with your submission.',
|
||||
'We aim to review submissions within a week, but some projects may face delays. This does not reflect an issue with your submission.',
|
||||
}),
|
||||
],
|
||||
},
|
||||
@@ -403,6 +404,13 @@ const moderationAdmonition = computed<{
|
||||
return null
|
||||
})
|
||||
|
||||
// unused 24-48hr message still defined here for later
|
||||
defineMessage({
|
||||
id: 'project.moderation.admonition.under-review.body.4',
|
||||
defaultMessage:
|
||||
'We aim to review submissions in 24–48 hours, but some projects may face delays. This does not reflect an issue with your submission.',
|
||||
})
|
||||
|
||||
const moderatorSeeUserUi = computed<boolean>({
|
||||
get() {
|
||||
return flags.value.showModeratorProjectMemberUi
|
||||
|
||||
Reference in New Issue
Block a user