From 3dbbdf2f32acea1f812700fabe48ac4d2cbc9b75 Mon Sep 17 00:00:00 2001
From: Prospector <6166773+Prospector@users.noreply.github.com>
Date: Fri, 8 May 2026 09:47:29 -0700
Subject: [PATCH] tweak: adjust some of the status change messages
---
apps/frontend/src/components/ui/thread/ThreadMessage.vue | 6 ++++++
apps/frontend/src/pages/moderation/index.vue | 2 +-
packages/ui/src/components/base/Badge.vue | 6 +++---
3 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/apps/frontend/src/components/ui/thread/ThreadMessage.vue b/apps/frontend/src/components/ui/thread/ThreadMessage.vue
index 750187244c..75b000569d 100644
--- a/apps/frontend/src/components/ui/thread/ThreadMessage.vue
+++ b/apps/frontend/src/components/ui/thread/ThreadMessage.vue
@@ -79,6 +79,12 @@
submitted the project for review.
+
+ reviewed the project and set its status to .
+
+
+ reverted this project back to a .
+
changed the project's status from to
.
diff --git a/apps/frontend/src/pages/moderation/index.vue b/apps/frontend/src/pages/moderation/index.vue
index 10786ab0d9..c18ad5d017 100644
--- a/apps/frontend/src/pages/moderation/index.vue
+++ b/apps/frontend/src/pages/moderation/index.vue
@@ -462,7 +462,7 @@ const emptyStateDescription = computed(() => {
return 'Check that your search query is correct!'
}
if (currentFilterType.value !== DEFAULT_FILTER_TYPE) {
- return `There are no ${currentFilterType.value.toLowerCase()} in the queue`
+ return `There are no ${currentFilterType.value.toLowerCase()} in the queue.`
}
return 'you will probably never see this but if you do, congrats!!! :D'
})
diff --git a/packages/ui/src/components/base/Badge.vue b/packages/ui/src/components/base/Badge.vue
index e8bf21d2d4..3586fd0af7 100644
--- a/packages/ui/src/components/base/Badge.vue
+++ b/packages/ui/src/components/base/Badge.vue
@@ -21,10 +21,10 @@
{{ formatMessage(messages.approvedLabel) }}
- {{ formatMessage(messages.unlistedLabel) }}
+ {{ formatMessage(messages.unlistedLabel) }}
- {{ formatMessage(messages.withheldLabel) }}
+ {{ formatMessage(messages.withheldLabel) }}
{{ formatMessage(messages.privateLabel) }}
@@ -89,9 +89,9 @@ import {
BugIcon,
CalendarIcon,
CheckIcon,
- EyeOffIcon,
FileTextIcon,
GlobeIcon,
+ LinkIcon,
LockIcon,
ModrinthIcon,
ScaleIcon,