mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
update 24-48hrs -> within a week to give more realistic estimate (#6886)
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."
|
"message": "You can still modify your project, it won't affect your position in the queue."
|
||||||
},
|
},
|
||||||
"project.moderation.admonition.under-review.body.4": {
|
"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": {
|
"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>"
|
"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:
|
defaultMessage:
|
||||||
"You can still modify your project, it won't affect your position in the queue.",
|
"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({
|
defineMessage({
|
||||||
id: 'project.moderation.admonition.under-review.body.4',
|
id: 'project.moderation.admonition.under-review.body.4.alt-week',
|
||||||
defaultMessage:
|
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
|
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>({
|
const moderatorSeeUserUi = computed<boolean>({
|
||||||
get() {
|
get() {
|
||||||
return flags.value.showModeratorProjectMemberUi
|
return flags.value.showModeratorProjectMemberUi
|
||||||
|
|||||||
Reference in New Issue
Block a user