diff --git a/src/app/project/web/web.go b/src/app/project/web/web.go
index c3b46f930fe5d24cdeb51c4ffceaeb36239eaf7d..fc7fa24870bbf00ba27fb62a3c741f654286e481 100644
--- a/src/app/project/web/web.go
+++ b/src/app/project/web/web.go
@@ -273,7 +273,7 @@ func projectDetailController(appCtx *hctx.AppCtx, webCtx *web.Ctx, service *proj
 		data := ProjectDetailData{
 			Project:             projectWithReqs,
 			ActiveTab:           activeTab,
-			RequirementStatuses: []string{"Entwurf", "In Prüfung", "Genehmigt", "Abgelehnt"}, // Available status options
+			RequirementStatuses: []string{"Dokumentiert", "Validiert", "Realisiert", "Archiviert", "Gelöscht"}, // Available status options
 		}
 
 		// Render the project detail page with multiple template files