diff --git a/frontend/src/views/admin/AdminSeasonsView.vue b/frontend/src/views/admin/AdminSeasonsView.vue
index dcf2875..173ff02 100644
--- a/frontend/src/views/admin/AdminSeasonsView.vue
+++ b/frontend/src/views/admin/AdminSeasonsView.vue
@@ -144,42 +144,72 @@ async function createCategory() {
Phase, aktueller Status und Basiskontext fuer das aktive Award-Jahr.
+Jahresstatus
++ Hier legst du fest, in welcher Phase das Jahr ist und ob genau dieses Jahr oeffentlich fuer Community, Voting und Archiv sichtbar ist. +
+Jahr
+ {{ seasonDetail.year || '-' }} +Kategorien
+ {{ seasonDetail.categories.length }} +Kandidaten
+ {{ seasonDetail.candidates.length }} +- {{ adminMessage }} -
-- {{ adminError }} -
++ Speichert Phase und Public-Status fuer {{ seasonDetail.name }}. +
+ +{{ adminMessage }}
+{{ adminError }}