diff --git a/apps/frontend/src/components/ui/auth/CreateAccount.vue b/apps/frontend/src/components/ui/auth/CreateAccount.vue
index 013a469afe..46d4dc5ccd 100644
--- a/apps/frontend/src/components/ui/auth/CreateAccount.vue
+++ b/apps/frontend/src/components/ui/auth/CreateAccount.vue
@@ -244,7 +244,7 @@ const messages = defineMessages({
defaultMessage: 'Please enter a valid date of birth. Year cannot be 0000.',
},
under13HelperText: {
- id: 'auth.create-account.date-of-birth.under13-helper',
+ id: 'auth.create-account.date-of-birth.not-meet-age-requirement',
defaultMessage: 'You do not meet the age requirement to create an account at Modrinth.',
},
ageRequirementWarningTitle: {
diff --git a/apps/frontend/src/components/ui/moderation/ModerationItemHeader.vue b/apps/frontend/src/components/ui/moderation/ModerationItemHeader.vue
new file mode 100644
index 0000000000..5666f690fb
--- /dev/null
+++ b/apps/frontend/src/components/ui/moderation/ModerationItemHeader.vue
@@ -0,0 +1,57 @@
+
+
+
+
+ Source code not available or failed to decompile for this file. +
+