diff --git a/packages/ui/src/components/servers/ServerListing.vue b/packages/ui/src/components/servers/ServerListing.vue
index cb08eab50c..0b4fe07f6b 100644
--- a/packages/ui/src/components/servers/ServerListing.vue
+++ b/packages/ui/src/components/servers/ServerListing.vue
@@ -107,13 +107,11 @@
{{ formatDate(cancellationDate) }}
.
- Your files will be preserved for
- 30 days after cancellation.
+ Your files will be preserved for 30 days after cancellation.
+
- Your server has been suspended due to a moderation action. Please contact Modrinth Support
- for more information.
+ Your server has been suspended by moderation action.
Your server has been suspended. Please contact Modrinth Support for more information.
diff --git a/packages/ui/src/stories/servers/ServerListing.stories.ts b/packages/ui/src/stories/servers/ServerListing.stories.ts
index 05c6a0ebc0..1f318a1fbb 100644
--- a/packages/ui/src/stories/servers/ServerListing.stories.ts
+++ b/packages/ui/src/stories/servers/ServerListing.stories.ts
@@ -103,14 +103,6 @@ export const SetToCancel: Story = {
},
}
-export const SetToCancelFilesExpired: Story = {
- args: {
- ...baseServer,
- name: 'Survival SMP',
- cancellationDate: new Date(2025, 1, 17).toISOString(),
- },
-}
-
export const SuspendedCancelled: Story = {
args: {
...baseServer,
@@ -146,17 +138,6 @@ export const SuspendedPaymentFailed: Story = {
},
}
-export const SuspendedPaymentFailedFilesExpired: Story = {
- args: {
- ...baseServer,
- name: 'Minigames Network',
- status: 'suspended',
- suspension_reason: 'paymentfailed',
- cancellationDate: new Date(2025, 1, 17).toISOString(),
- onDownloadBackup: null,
- },
-}
-
export const SuspendedModerated: Story = {
args: {
...baseServer,