diff --git a/src/ui/dashboard/DashboardTab.tsx b/src/ui/dashboard/DashboardTab.tsx
index 48a70825..bb8d27b4 100644
--- a/src/ui/dashboard/DashboardTab.tsx
+++ b/src/ui/dashboard/DashboardTab.tsx
@@ -1586,6 +1586,20 @@ export function DashboardTab({
{t("dashboard.docs")}
+
{allSlots.map((slot) => (
@@ -1729,6 +1743,20 @@ export function DashboardTab({
{t("dashboard.docs")}
+
{editMode ? (
<>
diff --git a/src/ui/locales/en.json b/src/ui/locales/en.json
index e8cdfe92..89d49ad6 100644
--- a/src/ui/locales/en.json
+++ b/src/ui/locales/en.json
@@ -1839,6 +1839,7 @@
"support": "Support",
"discord": "Discord",
"docs": "Docs",
+ "donate": "Donate",
"serverOverview": "Server Overview",
"version": "Version",
"upToDate": "Up to Date",