diff --git a/src/components/ui/Tag.astro b/src/components/ui/Tag.astro
index bb35eae7..bfeae862 100644
--- a/src/components/ui/Tag.astro
+++ b/src/components/ui/Tag.astro
@@ -1,7 +1,7 @@
---
import { twMerge } from 'tailwind-merge';
-const { tag = 'v6', classes = {} } = Astro.props;
+const { tag = 'New in V6', classes = {} } = Astro.props;
---
-{ tag }
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/pages/get-supporter-edition.astro b/src/pages/get-supporter-edition.astro
index ce0eb7ea..30ba8d3e 100644
--- a/src/pages/get-supporter-edition.astro
+++ b/src/pages/get-supporter-edition.astro
@@ -299,8 +299,9 @@ const metadata = {
available: [true, true],
},
{
- feature: 'Statistics on your installation v6',
+ feature: 'Statistics on your installation',
available: [false, true],
+ isV6: true,
}
]}