diff --git a/src/app/workspace-admin/files/files.component.html b/src/app/workspace-admin/files/files.component.html
index bc7d1925be7627f8eafc661856f0eed4f107c4c4..4f69deb9fee3f463cae356696d946902f03a8ec5 100644
--- a/src/app/workspace-admin/files/files.component.html
+++ b/src/app/workspace-admin/files/files.component.html
@@ -113,9 +113,10 @@
         {{fileStats.total.invalid == 1 ? 'hat' : 'haben'}} fehlende Abhängigkeiten
         und {{fileStats.total.invalid == 1 ? 'wird' : 'werden'}} ignoriert!">
       </alert>
-      <ng-container #workspaceValid>
-        <alert level="success" text="Workspace ist Valide"></alert>
-      </ng-container>
+      <ng-template #workspaceValid>
+        <alert level="success" *ngIf="fileStats.total.count" text="Alle
+          {{fileStats.total.count > 1 ? fileStats.total.count : ''}} Dateien im Workspace sind Valide."></alert>
+      </ng-template>
     </div>
 
   </div>