diff --git a/pluto-interface/src/main/protobuf/commandmodel.proto b/pluto-interface/src/main/protobuf/commandmodel.proto
index ffb7c1a5442e07f55f45e05c7da3a19cb3c2cf66..8ee87f8c63906af4632268ddc9bed30c2963a5dd 100644
--- a/pluto-interface/src/main/protobuf/commandmodel.proto
+++ b/pluto-interface/src/main/protobuf/commandmodel.proto
@@ -39,7 +39,7 @@ message GrpcCreateCommandRequest {
 	int64 relationVersion = 4;
 	de.itvsh.ozg.pluto.wiedervorlage.GrpcWiedervorlage wiedervorlage = 5;
 	de.itvsh.ozg.pluto.kommentar.GrpcKommentar kommentar = 6;
-	GrpcRedirectVorgangRequest redirectVorgangRequest = 7;
+	GrpcRedirectRequest redirectRequest = 7;
 }
 
 message GrpcCommandResponse {
@@ -83,7 +83,7 @@ message GrpcExistsPendingCommandsResponse {
 	bool existsPendingCommands = 1;
 }
 
-message GrpcRedirectVorgangRequest {
+message GrpcRedirectRequest {
 	string email = 1;
 	string password = 2;
 }